DBA Data[Home] [Help]

APPS.ECE_INBOUND dependencies on ECE_FLATFILE_PVT

Line 831: ece_flatfile_pvt.t_tran_attribute_tbl(1).value := i_Document_Number;

827: Populate Transaction Attribute table for Error Handling.
828: **/
829: if i_level = 1
830: then
831: ece_flatfile_pvt.t_tran_attribute_tbl(1).value := i_Document_Number;
832: end if;
833:
834: /**
835: Initialize values for the Level , copy the values from empty table.

Line 1302: ece_flatfile_pvt.get_tran_attributes(i_transaction_type);

1298: ec_utils.g_direction := 'I';
1299: ec_utils.g_transaction_type := i_transaction_type;
1300: ec_utils.g_map_id := i_map_id;
1301: ece_rules_pkg.g_rule_violation_tbl.DELETE;
1302: ece_flatfile_pvt.get_tran_attributes(i_transaction_type);
1303:
1304: /**
1305: Get all the Dynamic Inbound Staging data. The data is retrieved from the
1306: table ( ece_tran_stage_data ) and kept in the Local Pl/SQL table. Since the

Line 1590: ece_flatfile_pvt.print_attributes;

1586: end if;
1587: ec_debug.disable_debug;
1588: EXCEPTION
1589: WHEN EC_UTILS.PROGRAM_EXIT then
1590: ece_flatfile_pvt.print_attributes;
1591: retcode := ec_utils.i_ret_code;
1592: ec_debug.disable_debug;
1593: ec_debug.pop('ECE_INBOUND.PROCESS_FOR_REQID');
1594: WHEN OTHERS THEN

Line 1598: ece_flatfile_pvt.print_attributes;

1594: WHEN OTHERS THEN
1595: retcode :=2;
1596: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECE_INBOUND.PROCESS_FOR_REQID');
1597: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
1598: ece_flatfile_pvt.print_attributes;
1599: ec_debug.pop('ECE_INBOUND.PROCESS_FOR_REQID');
1600: ec_debug.disable_debug;
1601: end process_for_reqid;
1602:

Line 1637: ece_flatfile_pvt.print_attributes;

1633: ec_debug.disable_debug;
1634: EXCEPTION
1635: WHEN EC_UTILS.PROGRAM_EXIT then
1636: retcode := ec_utils.i_ret_code;
1637: ece_flatfile_pvt.print_attributes;
1638: ec_debug.disable_debug;
1639: ec_debug.pop('ECE_INBOUND.PROCESS_FOR_DOCUMENT_ID');
1640: WHEN OTHERS THEN
1641: retcode :=2;

Line 1644: ece_flatfile_pvt.print_attributes;

1640: WHEN OTHERS THEN
1641: retcode :=2;
1642: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECE_INBOUND.PROCESS_FOR_DOCUMENT_ID');
1643: ec_debug.pl(1,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
1644: ece_flatfile_pvt.print_attributes;
1645: ec_debug.pop('ECE_INBOUND.PROCESS_FOR_DOCUMENT_ID');
1646: ec_debug.disable_debug;
1647: end process_for_document_id;
1648:

Line 1684: ece_flatfile_pvt.print_attributes;

1680: ec_debug.disable_debug;
1681: EXCEPTION
1682: WHEN EC_UTILS.PROGRAM_EXIT then
1683: retcode := ec_utils.i_ret_code;
1684: ece_flatfile_pvt.print_attributes;
1685: ec_debug.disable_debug;
1686: ec_debug.pop('ECE_INBOUND.PROCESS_FOR_STATUS');
1687: WHEN OTHERS THEN
1688: retcode :=2;

Line 1691: ece_flatfile_pvt.print_attributes;

1687: WHEN OTHERS THEN
1688: retcode :=2;
1689: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECE_INBOUND.PROCESS_FOR_STATUS');
1690: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
1691: ece_flatfile_pvt.print_attributes;
1692: ec_debug.pop('ECE_INBOUND.PROCESS_FOR_STATUS');
1693: ec_debug.disable_debug;
1694: end process_for_status;
1695:

Line 1728: ece_flatfile_pvt.print_attributes;

1724: ec_debug.disable_debug;
1725: EXCEPTION
1726: WHEN EC_UTILS.PROGRAM_EXIT then
1727: retcode := ec_utils.i_ret_code;
1728: ece_flatfile_pvt.print_attributes;
1729: ec_debug.disable_debug;
1730: ec_debug.pop('ECE_INBOUND.PROCESS_FOR_TRANSACTION');
1731: WHEN OTHERS THEN
1732: retcode :=2;

Line 1735: ece_flatfile_pvt.print_attributes;

1731: WHEN OTHERS THEN
1732: retcode :=2;
1733: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECE_INBOUND.PROCESS_FOR_TRANSACTION');
1734: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
1735: ece_flatfile_pvt.print_attributes;
1736: ec_debug.pop('ECE_INBOUND.PROCESS_FOR_TRANSACTION');
1737: ec_debug.disable_debug;
1738: end process_for_transaction;
1739:

Line 1778: ece_flatfile_pvt.print_attributes;

1774: ec_debug.disable_debug;
1775: EXCEPTION
1776: WHEN EC_UTILS.PROGRAM_EXIT then
1777: retcode := ec_utils.i_ret_code;
1778: ece_flatfile_pvt.print_attributes;
1779: ec_debug.disable_debug;
1780: ec_debug.pop('ECE_INBOUND.PROCESS_FOR_TPSTATUS');
1781: WHEN OTHERS THEN
1782: retcode :=2;

Line 1785: ece_flatfile_pvt.print_attributes;

1781: WHEN OTHERS THEN
1782: retcode :=2;
1783: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECE_INBOUND.PROCESS_FOR_TPSTATUS');
1784: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
1785: ece_flatfile_pvt.print_attributes;
1786: ec_debug.pop('ECE_INBOUND.PROCESS_FOR_TPSTATUS');
1787: ec_debug.disable_debug;
1788: end process_for_tpstatus;
1789: