DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_TRANSACTION_SOURCES

Line 109: G_pre_processing_extn pa_transaction_sources.pre_processing_extension%TYPE

105: G_MOAC_ORG_ID NUMBER ;
106:
107:
108: -- SST changes: New global variables
109: G_pre_processing_extn pa_transaction_sources.pre_processing_extension%TYPE
110: DEFAULT NULL;
111: G_post_processing_extn pa_transaction_sources.post_processing_extension%TYPE
112: DEFAULT NULL;
113:

Line 111: G_post_processing_extn pa_transaction_sources.post_processing_extension%TYPE

107:
108: -- SST changes: New global variables
109: G_pre_processing_extn pa_transaction_sources.pre_processing_extension%TYPE
110: DEFAULT NULL;
111: G_post_processing_extn pa_transaction_sources.post_processing_extension%TYPE
112: DEFAULT NULL;
113:
114: G_reversed_orig_txn_reference PA_TRANSACTION_INTERFACE_ALL.reversed_orig_txn_reference%TYPE;
115:

Line 577: pa_transaction_sources ts

573: , G_post_processing_extn
574: , G_Batch_Size
575: , G_Process_Funds_Flag
576: FROM
577: pa_transaction_sources ts
578: WHERE
579: ts.transaction_source = X_trx_src;
580:
581: pa_cc_utils.reset_curr_function;