DBA Data[Home] [Help]

APPS.AME_CALLING_APPS_API dependencies on AME_ACTION_TYPE_CONFIG

Line 461: -- it inserts rows into the ame_action_type_config

457: -- older style of ldts is run.
458: -- this logic is also represented in amem0031.sql and amem0032.sql.
459: -- it runs within this api when a transaction type is being applied
460: -- after the AME mother patch has been run.
461: -- it inserts rows into the ame_action_type_config
462: -- and ame_approval_group_config tables and
463: -- attribute usages for USE_WORKFLOW, REJECTION_RESPONSE and
464: -- REPEAT_SUBSTITUTION attributes where they do not exist.
465: --

Line 582: insert into ame_action_type_config

578: end if;
579: if actionRec.created_by <> ame_util.seededDataCreatedById then
580: customOrderNumber := customOrderNumber + 1;
581: end if;
582: insert into ame_action_type_config
583: (application_id,
584: action_type_id,
585: voting_regime,
586: order_number,

Line 631: from ame_action_type_config

627: 1
628: from sys.dual
629: where not exists
630: (select null
631: from ame_action_type_config
632: where application_id = X_APPLICATION_ID
633: and action_type_id = actionRec.action_type_id
634: and ((sysdate between start_date
635: and nvl(end_date - (1/86400),sysdate))