DBA Data[Home] [Help]

APPS.PQH_GENERIC dependencies on PQH_COPY_ENTITY_TXNS

Line 28: g_context pqh_copy_entity_txns.context%type;

24: --
25: -- define global variables
26: --
27: v_err varchar2(4000);
28: g_context pqh_copy_entity_txns.context%type;
29: g_gbl_context pqh_copy_entity_txns.context%type;
30: g_calling_mode varchar2(60) := 'WORK_FLOW' ; -- Global Calling Mode
31: g_result_id varchar2(20) ; -- Global context result id
32: g_level number ; -- Global Level Tracking

Line 29: g_gbl_context pqh_copy_entity_txns.context%type;

25: -- define global variables
26: --
27: v_err varchar2(4000);
28: g_context pqh_copy_entity_txns.context%type;
29: g_gbl_context pqh_copy_entity_txns.context%type;
30: g_calling_mode varchar2(60) := 'WORK_FLOW' ; -- Global Calling Mode
31: g_result_id varchar2(20) ; -- Global context result id
32: g_level number ; -- Global Level Tracking
33: g_success boolean ; -- Global Track Master Success