DBA Data[Home] [Help]

APPS.PAY_ARCH_MISSING_ASG_PKG dependencies on PAY_BAL_ATTRIBUTE_DEFINITIONS

Line 376: FROM pay_bal_attribute_definitions

372:
373: -- Get Balance Attribute ID
374: CURSOR c_get_bal_attribute_id(cp_attribute_name varchar2) IS
375: SELECT attribute_id
376: FROM pay_bal_attribute_definitions
377: WHERE attribute_name = cp_attribute_name;
378:
379: l_param VARCHAR2(240);
380: l_proc VARCHAR2(240);