DBA Data[Home] [Help]

APPS.PQH_GEN_FORM dependencies on PQH_COPY_ENTITY_TXNS

Line 52: g_start_with pqh_copy_entity_txns.start_with%type;

48: --
49: g_attrib_tab v_tab;
50: g_vset_tab v_t_tab;
51: --
52: g_start_with pqh_copy_entity_txns.start_with%type;
53: g_initial_value pqh_copy_entity_results.information1%type;
54: --
55: g_context pqh_copy_entity_txns.context%type;
56: g_gbl_context pqh_copy_entity_txns.context%type;

Line 55: g_context pqh_copy_entity_txns.context%type;

51: --
52: g_start_with pqh_copy_entity_txns.start_with%type;
53: g_initial_value pqh_copy_entity_results.information1%type;
54: --
55: g_context pqh_copy_entity_txns.context%type;
56: g_gbl_context pqh_copy_entity_txns.context%type;
57: g_txn_name pqh_transaction_categories.short_name%type ;
58: g_txn_id pqh_copy_entity_txns.copy_entity_txn_id%type;
59: --

Line 56: g_gbl_context pqh_copy_entity_txns.context%type;

52: g_start_with pqh_copy_entity_txns.start_with%type;
53: g_initial_value pqh_copy_entity_results.information1%type;
54: --
55: g_context pqh_copy_entity_txns.context%type;
56: g_gbl_context pqh_copy_entity_txns.context%type;
57: g_txn_name pqh_transaction_categories.short_name%type ;
58: g_txn_id pqh_copy_entity_txns.copy_entity_txn_id%type;
59: --
60: c_information1 pqh_copy_entity_attribs.information1%type;

Line 58: g_txn_id pqh_copy_entity_txns.copy_entity_txn_id%type;

54: --
55: g_context pqh_copy_entity_txns.context%type;
56: g_gbl_context pqh_copy_entity_txns.context%type;
57: g_txn_name pqh_transaction_categories.short_name%type ;
58: g_txn_id pqh_copy_entity_txns.copy_entity_txn_id%type;
59: --
60: c_information1 pqh_copy_entity_attribs.information1%type;
61: c_information2 pqh_copy_entity_attribs.information2%type;
62: c_information3 pqh_copy_entity_attribs.information3%type;