DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on ECE_POO_X

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

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

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

1747: ec_debug.pl(3,'c_file_common_key: ',c_file_common_key);
1748: end if;
1749:
1750: xProgress := 'POOB-10-1620';
1751: ece_poo_x.populate_ext_line(l_line_fkey,l_line_tbl);
1752: -- 2823215
1753: xProgress := 'POOB-10-1621';
1754: ece_poo_transaction.write_to_file( cTransaction_Type,
1755: cCommunication_Method,

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

2013: end if;
2014:
2015:
2016: xProgress := 'POOB-10-1700';
2017: ece_poo_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl);
2018:
2019:
2020: -- Drop shipment
2021: xProgress := 'POOB-10-1691';

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

2116: -- ********************************************************
2117: -- Call custom program stub to populate the extension table
2118: -- ********************************************************
2119: /* xProgress := 'POOB-10-1700';
2120: ece_poo_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl); */
2121:
2122: -- Shipment Level Attachment Handler
2123: xProgress := 'POOB-10-1710';
2124: IF v_ship_att_enabled = 'Y' THEN

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

3809: */
3810:
3811: xProgress := 'POOB-40-1240';
3812: IF cTransaction_Type = 'POO' THEN
3813: ece_poo_x.populate_ext_project(l_project_fkey,l_project_tbl);
3814: ELSIF cTransaction_Type = 'POCO' THEN
3815: ece_poco_x.populate_ext_project(l_project_fkey,l_project_tbl);
3816: END IF;
3817:

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

3881: -- Bug 1891291 end
3882: -- Call Custom Project Stub Depending on Transaction
3883: /* xProgress := 'POOB-40-1240';
3884: IF cTransaction_Type = 'POO' THEN
3885: ece_poo_x.populate_ext_project(l_project_fkey,l_project_tbl);
3886: ELSIF cTransaction_Type = 'POCO' THEN
3887: ece_poco_x.populate_ext_project(l_project_fkey,l_project_tbl);
3888: END IF; */
3889: