DBA Data[Home] [Help]

APPS.PYZAMCRP dependencies on PAY_ASSIGNMENT_ACTIONS

Line 38: pay_assignment_actions paa,

34: ppa.effective_date,
35: cdv.branch_code
36: from
37: pay_payroll_actions ppa,
38: pay_assignment_actions paa,
39: pay_za_branch_cdv_details cdv,
40: pay_pre_payments ppp,
41: pay_personal_payment_methods_f ppm,
42: pay_external_accounts pea,

Line 78: update pay_assignment_actions

74: -- Indicate that we did create a cheque.
75: l_flag := TRUE;
76:
77: -- Update the assignment action to the current cheque number.
78: update pay_assignment_actions
79: set serial_number = to_char(p_start_cheque)
80: where current of cheque_csr;
81:
82: end loop;