DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on HR_TRANSACTION_SWI

Line 1: PACKAGE BODY HR_TRANSACTION_SWI as

1: PACKAGE BODY HR_TRANSACTION_SWI as
2: /* $Header: hrtrnswi.pkb 120.27.12020000.6 2012/11/29 10:11:56 aammoham ship $ */
3: -- Global variables
4: g_date_format varchar2(10) := 'RRRR/MM/DD';
5: g_package varchar2(33) := 'HR_TRANSACTION_SWI.';

Line 5: g_package varchar2(33) := 'HR_TRANSACTION_SWI.';

1: PACKAGE BODY HR_TRANSACTION_SWI as
2: /* $Header: hrtrnswi.pkb 120.27.12020000.6 2012/11/29 10:11:56 aammoham ship $ */
3: -- Global variables
4: g_date_format varchar2(10) := 'RRRR/MM/DD';
5: g_package varchar2(33) := 'HR_TRANSACTION_SWI.';
6: g_debug boolean := hr_utility.debug_enabled;
7: g_tempClob CLOB;
8: -- EO Api Map related global Variables
9: g_current_EO_name varchar2(160);

Line 1049: hr_utility.trace('Inside hr_transaction_swi.set_person_context: p_transaction_id := ' || p_transaction_id);

1045: ---Changes for 11776102
1046:
1047: p_transaction_id := g_txn_ctx.TRANSACTION_ID;
1048:
1049: hr_utility.trace('Inside hr_transaction_swi.set_person_context: p_transaction_id := ' || p_transaction_id);
1050: /*
1051: if(p_transaction_id is not null) then
1052: begin
1053: select * into lr_hr_api_transaction_rec

Line 2890: end hr_transaction_swi;

2886: END commit_transaction;
2887:
2888:
2889:
2890: end hr_transaction_swi;
2891: