DBA Data[Home] [Help]

APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on JAI_RGM_TRX_REFS

Line 69: ( p_reference_source in jai_rgm_trx_refs.source%type

65: , p_process_message out nocopy varchar2
66: );
67:
68: procedure derrive_doc_from_ref
69: ( p_reference_source in jai_rgm_trx_refs.source%type
70: , p_source_trx_type in jai_rgm_trx_records.source_trx_type%type default NULL
71: , p_reference_invoice_id in jai_rgm_trx_refs.invoice_id%type
72: , p_reference_item_line_id in jai_rgm_trx_refs.item_line_id%type
73: , p_trx_repo_extract_rec out nocopy jai_trx_repo_extract_gt%rowtype

Line 71: , p_reference_invoice_id in jai_rgm_trx_refs.invoice_id%type

67:
68: procedure derrive_doc_from_ref
69: ( p_reference_source in jai_rgm_trx_refs.source%type
70: , p_source_trx_type in jai_rgm_trx_records.source_trx_type%type default NULL
71: , p_reference_invoice_id in jai_rgm_trx_refs.invoice_id%type
72: , p_reference_item_line_id in jai_rgm_trx_refs.item_line_id%type
73: , p_trx_repo_extract_rec out nocopy jai_trx_repo_extract_gt%rowtype
74: , p_process_message out nocopy varchar2
75: , p_process_flag out nocopy varchar2

Line 72: , p_reference_item_line_id in jai_rgm_trx_refs.item_line_id%type

68: procedure derrive_doc_from_ref
69: ( p_reference_source in jai_rgm_trx_refs.source%type
70: , p_source_trx_type in jai_rgm_trx_records.source_trx_type%type default NULL
71: , p_reference_invoice_id in jai_rgm_trx_refs.invoice_id%type
72: , p_reference_item_line_id in jai_rgm_trx_refs.item_line_id%type
73: , p_trx_repo_extract_rec out nocopy jai_trx_repo_extract_gt%rowtype
74: , p_process_message out nocopy varchar2
75: , p_process_flag out nocopy varchar2
76: );

Line 77: function get_service_type_from_ref (p_reference_id in jai_rgm_trx_refs.reference_id%type

73: , p_trx_repo_extract_rec out nocopy jai_trx_repo_extract_gt%rowtype
74: , p_process_message out nocopy varchar2
75: , p_process_flag out nocopy varchar2
76: );
77: function get_service_type_from_ref (p_reference_id in jai_rgm_trx_refs.reference_id%type
78: )
79: return varchar2;
80:
81: end jai_trx_repo_extract_pkg;