DBA Data[Home] [Help]

APPS.AME_RULES_API2 dependencies on AME_ACTION_TYPES

Line 156: ame_action_types aat

152: where RULE_ID = X_RULE_ID;
153: cursor CSR_GET_ACTION_ID is
154: select action_id
155: from ame_actions aa,
156: ame_action_types aat
157: where aa.parameter = X_PARAMETER
158: and aat.name = X_ACTION_TYPE_NAME
159: and aat.action_type_id = aa.action_type_id
160: and sysdate between aa.start_date and