DBA Data[Home] [Help]

APPS.PAY_US_SOE_BALANCES_PKG dependencies on PAY_US_DEDUCTIONS_V

Line 2727: l_rep_name pay_us_deductions_v.reporting_name_alt%type ;

2723: order by pet.processing_priority;
2724: */
2725: l_found1 number :=0;
2726:
2727: l_rep_name pay_us_deductions_v.reporting_name_alt%type ;
2728: l_run_val number;
2729: l_ytd_val number;
2730: l_found boolean;
2731: l_pos number;

Line 2751: PROCEDURE get_position(p_rep_name in pay_us_deductions_v.reporting_name_alt%type,

2747: -- Procedure to get the position of the deductions in the plsql
2748: -- table. If the element exists it will return the position otherwise will return
2749: -- new index where new element will be stored. The elements with the same
2750: -- reporting name will be grouped for SOE
2751: PROCEDURE get_position(p_rep_name in pay_us_deductions_v.reporting_name_alt%type,
2752: p_found out nocopy boolean,
2753: p_index out nocopy number,
2754: p_dedn_tab in dedn)
2755: IS