DBA Data[Home] [Help]

APPS.PAY_EBRA_DIAGNOSTICS dependencies on PAY_BAL_ATTRIBUTE_DEFINITIONS

Line 620: pay_bal_attribute_Definitions pbad

616: CURSOR c_seeded_att( cp_legislation_code varchar2)
617: IS
618: SELECT attribute_id, attribute_name
619: FROM
620: pay_bal_attribute_Definitions pbad
621: WHERE pbad.legislation_code = cp_legislation_code
622: ORDER BY attribute_name;
623:
624: /**************************************************************

Line 636: pay_bal_attribute_Definitions pbad

632: CURSOR c_userdef_att( cp_business_group_id number)
633: IS
634: SELECT attribute_id, attribute_name
635: FROM
636: pay_bal_attribute_Definitions pbad
637: WHERE pbad.business_group_id = cp_business_group_id
638: order by attribute_name;
639:
640: /**************************************************************

Line 780: , PAY_BAL_ATTRIBUTE_DEFINITIONS BAD

776: ,DIM.DIMENSION_NAME
777: ,PDB.save_run_balance
778: FROM
779: PAY_BALANCE_ATTRIBUTES PBA
780: , PAY_BAL_ATTRIBUTE_DEFINITIONS BAD
781: , PAY_DEFINED_BALANCES PDB
782: , PAY_BALANCE_TYPES PBT
783: , PAY_BALANCE_DIMENSIONS DIM
784: Where pba.attribute_id = bad.attribute_id