DBA Data[Home] [Help]

APPS.PAY_EXA_INS dependencies on PAY_EXA_INS

Line 1: PACKAGE BODY pay_exa_ins AS

1: PACKAGE BODY pay_exa_ins AS
2: /* $Header: pyexarhi.pkb 115.13 2003/09/26 06:48:50 tvankayl ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pay_exa_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_exa_ins.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< insert_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 549: pay_exa_ins.ins(

545: -- set territory_code, prenote_date on corresponding external
546: -- account row,
547: -- all parameters are required to generate p_rec structure
548: --
549: pay_exa_ins.ins(
550: p_business_group_id => p_business_group_id,
551: p_external_account_id => l_external_account_id,
552: p_territory_code => p_territory_code,
553: p_prenote_date => p_prenote_date,

Line 603: END pay_exa_ins;

599: --
600: hr_utility.set_location('***** Leaving:' || l_proc || ' *****', 100);
601: end ins_or_sel;
602: --
603: END pay_exa_ins;