DBA Data[Home] [Help]

APPS.PYZAMCRP dependencies on HR_UTILITY

Line 69: hr_utility.trace('Entering pyzamcrp.manual_ct_cheque');

65: v_cheq cheque_csr%ROWTYPE;
66:
67: begin
68:
69: hr_utility.trace('Entering pyzamcrp.manual_ct_cheque');
70:
71: -- Create the cheque.
72: for v_cheq in cheque_csr loop
73:

Line 95: hr_utility.trace('Exiting pyzamcrp.manual_ct_cheque');

91:
92: -- Commit the cheque.
93: commit;
94:
95: hr_utility.trace('Exiting pyzamcrp.manual_ct_cheque');
96: exception
97: when others then
98: p_errmsg := null;
99: p_errcode := null;