DBA Data[Home] [Help]

APPS.AME_ACTIONS_API dependencies on AME_ACTIONS_S

Line 279: update AME_ACTIONS set

275: X_ACTION_ROWID in VARCHAR2,
276: X_END_DATE in DATE)
277: is
278: begin
279: update AME_ACTIONS set
280: END_DATE = X_END_DATE
281: where ROWID = X_ACTION_ROWID;
282: end UPDATE_ROW;
283:

Line 370: select ame_actions_s.nextval

366: -- the current row was not found insert a new row
367: if X_ACTION_TYPE_ID is not null then
368: if X_ACTION_ROWID is null then
369: if X_ACTION_ID is null then
370: select ame_actions_s.nextval
371: into X_ACTION_ID
372: from dual;
373: end if;
374: INSERT_ROW (