DBA Data[Home] [Help]

APPS.PAY_ZA_MTC_PKG dependencies on PAY_ZA_MTC_PKG

Line 1: package body pay_za_mtc_pkg as

1: package body pay_za_mtc_pkg as
2: /* $Header: pyzamtc.pkb 120.6 2010/07/08 13:38:15 vijranga ship $ */
3:
4: ------------------------------------------------------------------------------
5: -- NAME

Line 367: l_proc varchar2(100):='PAY_ZA_MTC_PKG.upd_certificate_num_EOY2010';

363: and pai.action_context_type = pai2.action_context_type
364: and pai.action_information2 not in ('ITREG','A')
365: and pai2.action_information26 = p_cert_type;
366:
367: l_proc varchar2(100):='PAY_ZA_MTC_PKG.upd_certificate_num_EOY2010';
368: rec_cert_details csr_cert_details%rowtype;
369: l_ass_act_id pay_assignment_actions.assignment_action_id%type;
370: rec_other_ass_actions csr_other_ass_actions%rowtype;
371: begin

Line 552: end pay_za_mtc_pkg;

548: p_errmsg := null;
549: p_errcode := null;
550: end upd_certificate_num_EOY2010;
551:
552: end pay_za_mtc_pkg;