DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on ECE_POO_X

Line 1493: ece_poo_x.populate_ext_header(l_header_fkey,l_header_tbl);

1489: -- ********************************************************
1490: -- Call custom program stub to populate the extension table
1491: -- ********************************************************
1492: xProgress := 'POOB-10-1492';
1493: ece_poo_x.populate_ext_header(l_header_fkey,l_header_tbl);
1494: -- 2823215
1495: ece_poo_transaction.write_to_file(cTransaction_Type,
1496: cCommunication_Method,
1497: cHeader_Interface,

Line 1718: ece_poo_x.populate_ext_line(l_line_fkey,l_line_tbl);

1714: ec_debug.pl(3,'c_file_common_key: ',c_file_common_key);
1715: end if;
1716:
1717: xProgress := 'POOB-10-1620';
1718: ece_poo_x.populate_ext_line(l_line_fkey,l_line_tbl);
1719: -- 2823215
1720: xProgress := 'POOB-10-1621';
1721: ece_poo_transaction.write_to_file( cTransaction_Type,
1722: cCommunication_Method,

Line 1984: ece_poo_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl);

1980: end if;
1981:
1982:
1983: xProgress := 'POOB-10-1700';
1984: ece_poo_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl);
1985:
1986:
1987: -- Drop shipment
1988: xProgress := 'POOB-10-1691';

Line 2087: ece_poo_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl); */

2083: -- ********************************************************
2084: -- Call custom program stub to populate the extension table
2085: -- ********************************************************
2086: /* xProgress := 'POOB-10-1700';
2087: ece_poo_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl); */
2088:
2089: -- Shipment Level Attachment Handler
2090: xProgress := 'POOB-10-1710';
2091: IF v_ship_att_enabled = 'Y' THEN

Line 3780: ece_poo_x.populate_ext_project(l_project_fkey,l_project_tbl);

3776: */
3777:
3778: xProgress := 'POOB-40-1240';
3779: IF cTransaction_Type = 'POO' THEN
3780: ece_poo_x.populate_ext_project(l_project_fkey,l_project_tbl);
3781: ELSIF cTransaction_Type = 'POCO' THEN
3782: ece_poco_x.populate_ext_project(l_project_fkey,l_project_tbl);
3783: END IF;
3784:

Line 3852: ece_poo_x.populate_ext_project(l_project_fkey,l_project_tbl);

3848: -- Bug 1891291 end
3849: -- Call Custom Project Stub Depending on Transaction
3850: /* xProgress := 'POOB-40-1240';
3851: IF cTransaction_Type = 'POO' THEN
3852: ece_poo_x.populate_ext_project(l_project_fkey,l_project_tbl);
3853: ELSIF cTransaction_Type = 'POCO' THEN
3854: ece_poco_x.populate_ext_project(l_project_fkey,l_project_tbl);
3855: END IF; */
3856: