DBA Data[Home] [Help]

APPS.IGF_SL_UPLOAD_XML dependencies on IGF_SL_COD_DOC_DTLS_PKG

Line 53: igf_sl_cod_doc_dtls_pkg.update_row (

49: PROCEDURE update_xml_document(l_chk_doc chk_doc%ROWTYPE, p_doc_status VARCHAR2)
50: IS
51: PRAGMA AUTONOMOUS_TRANSACTION;
52: BEGIN
53: igf_sl_cod_doc_dtls_pkg.update_row (
54: x_rowid => l_chk_doc.row_id,
55: x_document_id_txt => l_chk_doc.document_id_txt,
56: x_outbound_doc => l_chk_doc.outbound_doc ,
57: x_inbound_doc => l_chk_doc.inbound_doc ,

Line 382: igf_sl_cod_doc_dtls_pkg.add_row (

378:
379: IF l_get_doc.ROW_ID IS NULL THEN
380: l_get_doc.doc_type := 'COD';
381: END IF;
382: igf_sl_cod_doc_dtls_pkg.add_row (
383: x_mode => 'R',
384: x_rowid => l_get_doc.ROW_ID,
385: x_document_id_txt => l_doc_id,
386: x_outbound_doc => l_get_doc.outbound_doc,

Line 2009: igf_sl_cod_doc_dtls_pkg.update_row (

2005: l_doc_rej_flg := TRUE;
2006:
2007: -- update the IGF_SL_COD_DOC_DTLS table with the status = 'J';
2008: -- do not return from here as there would be child level rejects
2009: igf_sl_cod_doc_dtls_pkg.update_row (
2010: x_rowid => l_chk_doc.row_id,
2011: x_document_id_txt => l_chk_doc.document_id_txt,
2012: x_outbound_doc => l_chk_doc.outbound_doc ,
2013: x_inbound_doc => l_chk_doc.inbound_doc ,