DBA Data[Home] [Help]

APPS.GML_GPOAO dependencies on ECE_FLATFILE_PVT

Line 17: 08/05/99 mguthrie Added calls to ECE_FLATFILE_PVT.INIT_TABLE

13: HISTORY: 02/15/99 dgrailic Created.
14: 05/17/99 dgrailic Change to use GML_ prefix for tables.
15: change table names to use full words instad of abbreviations
16: change SAC to DAC to better reflect detail charges
17: 08/05/99 mguthrie Added calls to ECE_FLATFILE_PVT.INIT_TABLE
18: 08/18/99 siwang Fixed few bugs.
19: 26-OCT-2002 Bug#2642152 RajaSekhar Added NOCOPY hint
20:
21: ===========================================================================*/

Line 373: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;

369: /* DAC: Line Charges Level */
370: /* DTX: Line Text Level */
371: /* ALL: Line Allocations Level */
372:
373: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;
374: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
375: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
376: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
377: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;

Line 374: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;

370: /* DTX: Line Text Level */
371: /* ALL: Line Allocations Level */
372:
373: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;
374: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
375: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
376: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
377: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
378: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;

Line 375: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;

371: /* ALL: Line Allocations Level */
372:
373: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;
374: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
375: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
376: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
377: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
378: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
379: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;

Line 376: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;

372:
373: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;
374: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
375: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
376: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
377: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
378: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
379: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;
380: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;

Line 377: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;

373: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;
374: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
375: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
376: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
377: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
378: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
379: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;
380: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;
381:

Line 378: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;

374: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
375: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
376: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
377: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
378: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
379: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;
380: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;
381:
382: v_ORD_Cursor INTEGER;

Line 379: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;

375: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
376: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
377: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
378: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
379: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;
380: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;
381:
382: v_ORD_Cursor INTEGER;
383: v_OAC_Cursor INTEGER;

Line 380: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;

376: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
377: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
378: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
379: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;
380: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;
381:
382: v_ORD_Cursor INTEGER;
383: v_OAC_Cursor INTEGER;
384: v_OTX_Cursor INTEGER;

Line 533: ece_flatfile_pvt.init_table(p_TransactionType,p_ORD_Interface,NULL,FALSE,v_ORD_Table,v_CrossRefTable);

529: /* ** Order Level ** */
530: /* ********************************************************* */
531:
532: xProgress := 'GPOAOB-10-1000';
533: ece_flatfile_pvt.init_table(p_TransactionType,p_ORD_Interface,NULL,FALSE,v_ORD_Table,v_CrossRefTable);
534:
535: v_CrossRefTable := v_ORD_Table;
536: xProgress := 'GPOAOB-10-1020';
537: v_CrossRefCount := v_ORD_Table.COUNT;

Line 545: ece_flatfile_pvt.init_table(p_TransactionType,p_OAC_Interface,NULL,TRUE,v_OAC_Table,v_CrossRefTable);

541: /* ** Order Charges Level ** */
542: /* ********************************************************* */
543:
544: xProgress := 'GPOAOB-10-1030';
545: ece_flatfile_pvt.init_table(p_TransactionType,p_OAC_Interface,NULL,TRUE,v_OAC_Table,v_CrossRefTable);
546:
547:
548: /* ********************************************************* */
549: /* ** Order Text Level ** */

Line 553: ece_flatfile_pvt.init_table(p_TransactionType,p_OTX_Interface,NULL,TRUE,v_OTX_Table,v_CrossRefTable);

549: /* ** Order Text Level ** */
550: /* ********************************************************* */
551:
552: xProgress := 'GPOAOB-10-1060';
553: ece_flatfile_pvt.init_table(p_TransactionType,p_OTX_Interface,NULL,TRUE,v_OTX_Table,v_CrossRefTable);
554:
555: /* ********************************************************* */
556: /* ** Line Level ** */
557: /* ********************************************************* */

Line 560: ece_flatfile_pvt.init_table(p_TransactionType,p_DTL_Interface,NULL,TRUE,v_DTL_Table,v_CrossRefTable);

556: /* ** Line Level ** */
557: /* ********************************************************* */
558:
559: xProgress := 'GPOAOB-10-1090';
560: ece_flatfile_pvt.init_table(p_TransactionType,p_DTL_Interface,NULL,TRUE,v_DTL_Table,v_CrossRefTable);
561:
562:
563: /* ********************************************************* */
564: /* ** Line Charges Level ** */

Line 568: ece_flatfile_pvt.init_table(p_TransactionType,p_DAC_Interface,NULL,TRUE,v_DAC_Table,v_CrossRefTable);

564: /* ** Line Charges Level ** */
565: /* ********************************************************* */
566:
567: xProgress := 'GPOAOB-10-1120';
568: ece_flatfile_pvt.init_table(p_TransactionType,p_DAC_Interface,NULL,TRUE,v_DAC_Table,v_CrossRefTable);
569:
570:
571: /* ********************************************************* */
572: /* ** Line Text Level ** */

Line 576: ece_flatfile_pvt.init_table(p_TransactionType,p_DTX_Interface,NULL,TRUE,v_DTX_Table,v_CrossRefTable);

572: /* ** Line Text Level ** */
573: /* ********************************************************* */
574:
575: xProgress := 'GPOAOB-10-1150';
576: ece_flatfile_pvt.init_table(p_TransactionType,p_DTX_Interface,NULL,TRUE,v_DTX_Table,v_CrossRefTable);
577:
578: /* ********************************************************* */
579: /* ** Line Allocations Level ** */
580: /* ********************************************************* */

Line 583: ece_flatfile_pvt.init_table(p_TransactionType,p_ALL_Interface,NULL,TRUE,v_ALL_Table,v_CrossRefTable);

579: /* ** Line Allocations Level ** */
580: /* ********************************************************* */
581:
582: xProgress := 'GPOAOB-10-1180';
583: ece_flatfile_pvt.init_table(p_TransactionType,p_ALL_Interface,NULL,TRUE,v_ALL_Table,v_CrossRefTable);
584:
585: /* */
586: /* The 'select_clause' procedure will build the SELECT, FROM and WHERE */
587: /* clauses in preparation for the dynamic SQL call using the EDI data */

Line 1657: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;

1653: /* DAC: Line Charges Level */
1654: /* DTX: Line Text Level */
1655: /* ALL: Line Allocations Level */
1656:
1657: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;
1658: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
1659: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
1660: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
1661: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;

Line 1658: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;

1654: /* DTX: Line Text Level */
1655: /* ALL: Line Allocations Level */
1656:
1657: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;
1658: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
1659: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
1660: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
1661: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
1662: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;

Line 1659: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;

1655: /* ALL: Line Allocations Level */
1656:
1657: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;
1658: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
1659: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
1660: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
1661: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
1662: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
1663: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;

Line 1660: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;

1656:
1657: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;
1658: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
1659: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
1660: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
1661: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
1662: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
1663: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;
1664: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;

Line 1661: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;

1657: v_ORD_Table ece_flatfile_pvt.Interface_tbl_type;
1658: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
1659: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
1660: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
1661: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
1662: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
1663: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;
1664: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;
1665:

Line 1662: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;

1658: v_OAC_Table ece_flatfile_pvt.Interface_tbl_type;
1659: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
1660: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
1661: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
1662: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
1663: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;
1664: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;
1665:
1666: v_ORD_Select_Cursor INTEGER;

Line 1663: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;

1659: v_OTX_Table ece_flatfile_pvt.Interface_tbl_type;
1660: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
1661: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
1662: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
1663: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;
1664: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;
1665:
1666: v_ORD_Select_Cursor INTEGER;
1667: v_OAC_Select_Cursor INTEGER;

Line 1664: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;

1660: v_DTL_Table ece_flatfile_pvt.Interface_tbl_type;
1661: v_DAC_Table ece_flatfile_pvt.Interface_tbl_type;
1662: v_DTX_Table ece_flatfile_pvt.Interface_tbl_type;
1663: v_ALL_Table ece_flatfile_pvt.Interface_tbl_type;
1664: v_CrossRefTable ece_flatfile_pvt.Interface_tbl_type;
1665:
1666: v_ORD_Select_Cursor INTEGER;
1667: v_OAC_Select_Cursor INTEGER;
1668: v_OTX_Select_Cursor INTEGER;

Line 1851: ece_flatfile_pvt.select_clause ( p_TransactionType,

1847: /* the SQL call. */
1848: /* */
1849:
1850: xProgress := 'GPOAOB-40-1010';
1851: ece_flatfile_pvt.select_clause ( p_TransactionType,
1852: p_CommunicationMethod,
1853: p_ORD_Interface,
1854: v_ORD_XInterface,
1855: v_ORD_Table,

Line 1862: ece_flatfile_pvt.select_clause ( p_TransactionType,

1858: v_ORD_From,
1859: v_ORD_Where );
1860:
1861: xProgress := 'GPOAOB-40-1020';
1862: ece_flatfile_pvt.select_clause ( p_TransactionType,
1863: p_CommunicationMethod,
1864: p_OAC_Interface,
1865: v_OAC_XInterface,
1866: v_OAC_Table,

Line 1873: ece_flatfile_pvt.select_clause ( p_TransactionType,

1869: v_OAC_From,
1870: v_OAC_Where );
1871:
1872: xProgress := 'GPOAOB-40-1030';
1873: ece_flatfile_pvt.select_clause ( p_TransactionType,
1874: p_CommunicationMethod,
1875: p_OTX_Interface,
1876: v_OTX_XInterface,
1877: v_OTX_Table,

Line 1884: ece_flatfile_pvt.select_clause ( p_TransactionType,

1880: v_OTX_From,
1881: v_OTX_Where );
1882:
1883: xProgress := 'GPOAOB-40-1040';
1884: ece_flatfile_pvt.select_clause ( p_TransactionType,
1885: p_CommunicationMethod,
1886: p_DTL_Interface,
1887: v_DTL_XInterface,
1888: v_DTL_Table,

Line 1895: ece_flatfile_pvt.select_clause ( p_TransactionType,

1891: v_DTL_From,
1892: v_DTL_Where );
1893:
1894: xProgress := 'GPOAOB-40-1050';
1895: ece_flatfile_pvt.select_clause ( p_TransactionType,
1896: p_CommunicationMethod,
1897: p_DAC_Interface,
1898: v_DAC_XInterface,
1899: v_DAC_Table,

Line 1906: ece_flatfile_pvt.select_clause ( p_TransactionType,

1902: v_DAC_From,
1903: v_DAC_Where );
1904:
1905: xProgress := 'GPOAOB-40-1060';
1906: ece_flatfile_pvt.select_clause ( p_TransactionType,
1907: p_CommunicationMethod,
1908: p_DTX_Interface,
1909: v_DTX_XInterface,
1910: v_DTX_Table,

Line 1917: ece_flatfile_pvt.select_clause ( p_TransactionType,

1913: v_DTX_From,
1914: v_DTX_Where );
1915:
1916: xProgress := 'GPOAOB-40-1070';
1917: ece_flatfile_pvt.select_clause ( p_TransactionType,
1918: p_CommunicationMethod,
1919: p_ALL_Interface,
1920: v_ALL_XInterface,
1921: v_ALL_Table,

Line 2630: ece_flatfile_pvt.find_pos ( v_ORD_Table,

2626: /* record for this level. Common key elements are used for each */
2627: /* record, so save the values. */
2628: /* */
2629: xProgress := 'GPOAOB-40-2260';
2630: ece_flatfile_pvt.find_pos ( v_ORD_Table,
2631: /* ece_flatfile_pvt.G_Translator_Code, */
2632: 'TP_CODE',
2633: v_TranslatorCodePosition );
2634:

Line 2631: /* ece_flatfile_pvt.G_Translator_Code, */

2627: /* record, so save the values. */
2628: /* */
2629: xProgress := 'GPOAOB-40-2260';
2630: ece_flatfile_pvt.find_pos ( v_ORD_Table,
2631: /* ece_flatfile_pvt.G_Translator_Code, */
2632: 'TP_CODE',
2633: v_TranslatorCodePosition );
2634:
2635: xProgress := 'GPOAOB-40-2270';

Line 2636: ece_flatfile_pvt.find_pos ( v_ORD_Table,

2632: 'TP_CODE',
2633: v_TranslatorCodePosition );
2634:
2635: xProgress := 'GPOAOB-40-2270';
2636: ece_flatfile_pvt.find_pos ( v_ORD_Table,
2637: v_ORD_CommonKeyName,
2638: v_ORD_CKNamePosition );
2639:
2640: xProgress := 'GPOAOB-40-2280';

Line 2671: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,

2667: dbms_output.put_line('RnID: ' || p_RunID);
2668: dbms_output.put_line('CommonKey: ' || v_FileCommonKey || '<-' );
2669: */
2670: xProgress := 'GPOAOB-40-2310';
2671: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,
2672: p_CommunicationMethod,
2673: p_ORD_Interface,
2674: v_ORD_Table,
2675: p_OutputWidth,

Line 2692: ece_flatfile_pvt.find_pos ( v_ORD_Table,

2688: v_ORD_Count + 3,
2689: v_TransactionRecordID );
2690:
2691: xProgress := 'GPOAOB-40-2323';
2692: ece_flatfile_pvt.find_pos ( v_ORD_Table,
2693: 'ORDER_ID',
2694: v_Order_Id_Position );
2695:
2696: /*

Line 2772: ece_flatfile_pvt.find_pos ( v_OAC_Table,

2768: /* */
2769: /* Update Common Key */
2770: /* */
2771: xProgress := 'GPOAOB-40-2382';
2772: ece_flatfile_pvt.find_pos ( v_OAC_Table,
2773: v_OAC_CommonKeyName,
2774: v_OAC_CKNamePosition );
2775:
2776: xProgress := 'GPOAOB-40-2384';

Line 2793: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,

2789: /* Write the record to the output table. */
2790: /* */
2791:
2792: xProgress := 'GPOAOB-40-2390';
2793: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,
2794: p_CommunicationMethod,
2795: p_OAC_Interface,
2796: v_OAC_Table,
2797: p_OutputWidth,

Line 2875: ece_flatfile_pvt.find_pos ( v_OTX_Table,

2871: /* */
2872: /* Update Common Key */
2873: /* */
2874: xProgress := 'GPOAOB-40-2482';
2875: ece_flatfile_pvt.find_pos ( v_OTX_Table,
2876: v_OTX_CommonKeyName,
2877: v_OTX_CKNamePosition );
2878:
2879:

Line 2897: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,

2893: /* Write the record to the output table. */
2894: /* */
2895:
2896: xProgress := 'GPOAOB-40-2490';
2897: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,
2898: p_CommunicationMethod,
2899: p_OTX_Interface,
2900: v_OTX_Table,
2901: p_OutputWidth,

Line 2987: ece_flatfile_pvt.find_pos ( v_DTL_Table,

2983: /* value to the common key. */
2984: /* */
2985:
2986: xProgress := 'GPOAOB-40-2570';
2987: ece_flatfile_pvt.find_pos ( v_DTL_Table,
2988: v_DTL_CommonKeyName,
2989: v_DTL_CKNamePosition);
2990:
2991: xProgress := 'GPOAOB-40-2580';

Line 3006: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,

3002: /* Write the record to the output table. */
3003: /* */
3004:
3005: xProgress := 'GPOAOB-40-2600';
3006: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,
3007: p_CommunicationMethod,
3008: p_DTL_Interface,
3009: v_DTL_Table,
3010: p_OutputWidth,

Line 3038: ece_flatfile_pvt.find_pos( v_DTL_Table,

3034: /* */
3035: /* Execute the Detail DAC SELECT statement. */
3036: /* */
3037: xProgress := 'GPOAOB-40-2650';
3038: ece_flatfile_pvt.find_pos( v_DTL_Table,
3039: 'Line_ID',
3040: v_Line_ID_Position );
3041:
3042: xProgress := 'GPOAOB-40-2660';

Line 3088: ece_flatfile_pvt.find_pos ( v_DAC_Table,

3084: v_DAC_Count + 2,
3085: v_DAC_XRowID );
3086:
3087: xProgress := 'GPOAOB-40-2735';
3088: ece_flatfile_pvt.find_pos ( v_DAC_Table,
3089: v_DAC_CommonKeyName,
3090: v_DAC_CKNamePosition);
3091:
3092: xProgress := 'GPOAOB-40-2736';

Line 3106: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,

3102: /* */
3103: /* Write the record to the output table. */
3104: /* */
3105: xProgress := 'GPOAOB-40-2770';
3106: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,
3107: p_CommunicationMethod,
3108: p_DAC_Interface,
3109: v_DAC_Table,
3110: p_OutputWidth,

Line 3175: ece_flatfile_pvt.find_pos ( v_DTX_Table,

3171: v_DTX_XRowID );
3172:
3173:
3174: xProgress := 'GPOAOB-40-2735';
3175: ece_flatfile_pvt.find_pos ( v_DTX_Table,
3176: v_DTX_CommonKeyName,
3177: v_DTX_CKNamePosition);
3178:
3179: xProgress := 'GPOAOB-40-2736';

Line 3193: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,

3189: /* */
3190: /* Write the record to the output table. */
3191: /* */
3192: xProgress := 'GPOAOB-40-2770';
3193: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,
3194: p_CommunicationMethod,
3195: p_DTX_Interface,
3196: v_DTX_Table,
3197: p_OutputWidth,

Line 3262: ece_flatfile_pvt.find_pos ( v_ALL_Table,

3258: v_ALL_XRowID );
3259:
3260:
3261: xProgress := 'GPOAOB-40-2735';
3262: ece_flatfile_pvt.find_pos ( v_ALL_Table,
3263: v_ALL_CommonKeyName,
3264: v_ALL_CKNamePosition);
3265:
3266: xProgress := 'GPOAOB-40-2736';

Line 3280: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,

3276: /* */
3277: /* Write the record to the output table. */
3278: /* */
3279: xProgress := 'GPOAOB-40-2770';
3280: ece_flatfile_pvt.write_to_ece_output ( p_TransactionType,
3281: p_CommunicationMethod,
3282: p_ALL_Interface,
3283: v_ALL_Table,
3284: p_OutputWidth,