DBA Data[Home] [Help]

APPS.ASO_PA_APR_INT dependencies on AME_RULES_V

Line 88: from ame_rules_v

84:
85: /* Cursor to fetch rule class id and rule category id */
86: cursor c_rules_det (l_application_id number, l_value NUMBER) is
87: select item_class_id,nvl(approver_category,'A') approver_category
88: from ame_rules_v
89: where fnd_application_id=l_application_id
90: and rule_id=l_value;
91:
92: /* Cursor to fetch rule class desc */