DBA Data[Home] [Help]

APPS.APRX_C_PY dependencies on APRX_PY

Line 2: /* $Header: aprxcpyb.pls 120.4 2004/10/29 18:55:42 pjena noship $ */

1: package body aprx_c_py as
2: /* $Header: aprxcpyb.pls 120.4 2004/10/29 18:55:42 pjena noship $ */
3:
4: procedure payment_register_run(
5: errbuf out NOCOPY varchar2,
6: retcode out NOCOPY varchar2,

Line 138: aprx_py.payment_register_run(

134: end if;
135:
136: --
137: -- Run report
138: aprx_py.payment_register_run(
139: l_payment_date_start,
140: l_payment_date_end,
141: null, -- Curreny code
142: null, -- Bank Account name

Line 290: aprx_py.payment_actual_run(

286: end if;
287:
288: --
289: -- Run report
290: aprx_py.payment_actual_run(
291: l_payment_date_start,
292: l_payment_date_end,
293: l_payment_currency_code,
294: l_payment_bank_account_name,