DBA Data[Home] [Help]

APPS.PAY_NO_SUPPORT_ORDER dependencies on PAY_NO_EMP_CONT

Line 355: /* SELECT pay_no_emp_cont.get_defined_balance_id('Total Pay','_ASG_PTD') INTO l_def_bal_id FROM dual ; */

351: /* Bug Fix 5110016 : TOTAL_PAY_ASG_PTD replaced by WAGE_ATTACHMENT_SUPPORT_ORDER_BASE_ASG_PTD
352: to be used as basis for Support Order Calculation */
353:
354: -- get the defined balance id for the deduction balance of waso = TOTAL_PAY_ASG_PTD
355: /* SELECT pay_no_emp_cont.get_defined_balance_id('Total Pay','_ASG_PTD') INTO l_def_bal_id FROM dual ; */
356:
357: -- deduction balance of waso now changed to WAGE_ATTACHMENT_SUPPORT_ORDER_BASE_ASG_PTD
358: SELECT pay_no_emp_cont.get_defined_balance_id('Wage Attachment Support Order Base','_ASG_PTD') INTO l_def_bal_id FROM dual ;
359:

Line 358: SELECT pay_no_emp_cont.get_defined_balance_id('Wage Attachment Support Order Base','_ASG_PTD') INTO l_def_bal_id FROM dual ;

354: -- get the defined balance id for the deduction balance of waso = TOTAL_PAY_ASG_PTD
355: /* SELECT pay_no_emp_cont.get_defined_balance_id('Total Pay','_ASG_PTD') INTO l_def_bal_id FROM dual ; */
356:
357: -- deduction balance of waso now changed to WAGE_ATTACHMENT_SUPPORT_ORDER_BASE_ASG_PTD
358: SELECT pay_no_emp_cont.get_defined_balance_id('Wage Attachment Support Order Base','_ASG_PTD') INTO l_def_bal_id FROM dual ;
359:
360: OPEN csr_waso_deatils (l_ele_type_id) ;
361: FETCH csr_waso_deatils INTO ipv_third_party ,ipv_amount , ipv_percent ,ipv_ref_num , ipv_pay_value ;
362: CLOSE csr_waso_deatils ;