DBA Data[Home] [Help]

APPS.PAY_ARCH_MISSING_ASG_PKG dependencies on PAY_BAL_ATTRIBUTE_DEFINITIONS

Line 379: FROM pay_bal_attribute_definitions

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