Anil's Blog is Best Viewed on GOOGLE CHROME
Anil's Oracle Application Framework Blog
Sharing learning with wider audience
Pages
Home
ADF
How to start learning OAF
Extensions in OAF
Trainings & Services
Jobs
Saturday, May 2, 2009
Sequence in EO
First Cross check that Create Method is clicked in EO.
Then go to EOImpl
public void create(AttributeList attributeList)
{
super.create(attributeList);
setPersonId(getOADBTransaction().getSequenceValue("PER_PEOPLE_S"));
}
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.