DBA Data[Home] [Help]

APPS.PQH_FR_UTILITY dependencies on PQH_COPY_ENTITY_TXNS

Line 38: FROM PQH_COPY_ENTITY_TXNS

34: --
35:
36: CURSOR CSR_GET_CONTEXT IS
37: SELECT CONTEXT
38: FROM PQH_COPY_ENTITY_TXNS
39: WHERE COPY_ENTITY_TXN_ID = P_COPY_ENTITY_TXN_ID;
40:
41: -- Local Variables
42: l_duplicate number;

Line 46: l_context pqh_copy_entity_txns.context%type;

42: l_duplicate number;
43:
44: l_legislation hr_organization_information.org_information9%type;
45:
46: l_context pqh_copy_entity_txns.context%type;
47:
48: -- Added for Bug 6031763
49: l_information67 varchar2(100);
50: --