DBA Data[Home] [Help]

APPS.ECE_POCO_TRANSACTION dependencies on ECE_POCO_X

Line 1450: ece_poco_x.populate_ext_header(l_header_fkey,l_header_tbl);

1446: -- ********************************************************
1447: -- Call custom program stub to populate the extension table
1448: -- ********************************************************
1449: xProgress := 'POCOB-10-1500';
1450: ece_poco_x.populate_ext_header(l_header_fkey,l_header_tbl);
1451:
1452: -- 2823215
1453: ece_poo_transaction.write_to_file(cTransaction_Type,
1454: cCommunication_Method,

Line 1742: ece_poco_x.populate_ext_line(l_line_fkey,l_line_tbl);

1738:
1739: end if;
1740: -- 2823215
1741: xProgress := 'POCOB-10-1620';
1742: ece_poco_x.populate_ext_line(l_line_fkey,l_line_tbl);
1743:
1744: ece_poo_transaction.write_to_file( cTransaction_Type,
1745: cCommunication_Method,
1746: cLine_Interface,

Line 2006: ece_poco_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl);

2002: end if;
2003:
2004:
2005: xProgress := 'POOB-10-1700';
2006: ece_poco_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl);
2007:
2008: -- Drop shipment
2009: xProgress := 'POCOB-10-1701';
2010: v_drop_ship_flag := OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(l_shipment_tbl(nShip_Line_Location_ID_pos).value);

Line 2109: ece_poco_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl);

2105: -- ********************************************************
2106: -- Call custom program stub to populate the extension table
2107: -- ********************************************************
2108: /* xProgress := 'POCOB-10-1710';
2109: ece_poco_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl);
2110: */
2111: -- Shipment Level Attachment Handler
2112: IF v_ship_att_enabled = 'Y' THEN
2113: v_entity_name := 'PO_SHIPMENTS';