DBA Data[Home] [Help]

APPS.PAY_PAYMENT_XML_PKG dependencies on PAY_BALANCE_PKG

Line 533: pay_balance_pkg.get_value(pba.defined_balance_id,p_asg_act)

529:
530: CURSOR csr_get_earn(p_bg_id in number,p_leg_code in varchar,p_asg_act in number)
531: is
532: select nvl(pbt.reporting_name,pbt.balance_name),
533: pay_balance_pkg.get_value(pba.defined_balance_id,p_asg_act)
534: from pay_balance_attributes pba
535: , pay_bal_attribute_definitions pbad
536: , pay_defined_balances pdb
537: , pay_balance_types pbt

Line 549: pay_balance_pkg.get_value(pba.defined_balance_id,p_asg_act)

545:
546: CURSOR csr_get_dedn(p_bg_id in number,p_leg_code in varchar,p_asg_act in number)
547: is
548: select nvl(pbt.reporting_name,pbt.balance_name),
549: pay_balance_pkg.get_value(pba.defined_balance_id,p_asg_act)
550: from pay_balance_attributes pba
551: , pay_bal_attribute_definitions pbad
552: , pay_defined_balances pdb
553: , pay_balance_types pbt