DBA Data[Home] [Help]

APPS.ECE_UTILITIES dependencies on EC_TRADING_PARTNER_PVT

Line 628: l_info_type := EC_Trading_Partner_PVT.G_CUSTOMER;

624: p_Entity_id is the address_id if Customer or
625: vendor_site_id if Supplier.
626: **********************************************************/
627: if upper(p_Entity_type) = 'CUSTOMER' then
628: l_info_type := EC_Trading_Partner_PVT.G_CUSTOMER;
629: elsif upper(p_Entity_type) = 'SUPPLIER' then
630: l_info_type := EC_Trading_Partner_PVT.G_SUPPLIER;
631: elsif upper(p_Entity_type) = 'BANK' then
632: l_info_type := EC_Trading_Partner_PVT.G_BANK;

Line 630: l_info_type := EC_Trading_Partner_PVT.G_SUPPLIER;

626: **********************************************************/
627: if upper(p_Entity_type) = 'CUSTOMER' then
628: l_info_type := EC_Trading_Partner_PVT.G_CUSTOMER;
629: elsif upper(p_Entity_type) = 'SUPPLIER' then
630: l_info_type := EC_Trading_Partner_PVT.G_SUPPLIER;
631: elsif upper(p_Entity_type) = 'BANK' then
632: l_info_type := EC_Trading_Partner_PVT.G_BANK;
633: end if;
634:

Line 632: l_info_type := EC_Trading_Partner_PVT.G_BANK;

628: l_info_type := EC_Trading_Partner_PVT.G_CUSTOMER;
629: elsif upper(p_Entity_type) = 'SUPPLIER' then
630: l_info_type := EC_Trading_Partner_PVT.G_SUPPLIER;
631: elsif upper(p_Entity_type) = 'BANK' then
632: l_info_type := EC_Trading_Partner_PVT.G_BANK;
633: end if;
634:
635: ec_trading_Partner_pvt.get_tp_location_code(
636: p_api_version_number => 1.0,

Line 635: ec_trading_Partner_pvt.get_tp_location_code(

631: elsif upper(p_Entity_type) = 'BANK' then
632: l_info_type := EC_Trading_Partner_PVT.G_BANK;
633: end if;
634:
635: ec_trading_Partner_pvt.get_tp_location_code(
636: p_api_version_number => 1.0,
637: p_return_status => l_return_status,
638: p_msg_count => l_msg_count,
639: p_msg_data => l_msg_data,

Line 680: l_info_type := EC_Trading_Partner_PVT.G_CUSTOMER;

676:
677: BEGIN
678:
679: if upper(p_Entity_type) = 'CUSTOMER' then
680: l_info_type := EC_Trading_Partner_PVT.G_CUSTOMER;
681: elsif upper(p_Entity_type) = 'SUPPLIER' then
682: l_info_type := EC_Trading_Partner_PVT.G_SUPPLIER;
683: elsif upper(p_Entity_type) = 'BANK' then
684: l_info_type := EC_Trading_Partner_PVT.G_BANK;

Line 682: l_info_type := EC_Trading_Partner_PVT.G_SUPPLIER;

678:
679: if upper(p_Entity_type) = 'CUSTOMER' then
680: l_info_type := EC_Trading_Partner_PVT.G_CUSTOMER;
681: elsif upper(p_Entity_type) = 'SUPPLIER' then
682: l_info_type := EC_Trading_Partner_PVT.G_SUPPLIER;
683: elsif upper(p_Entity_type) = 'BANK' then
684: l_info_type := EC_Trading_Partner_PVT.G_BANK;
685: end if;
686:

Line 684: l_info_type := EC_Trading_Partner_PVT.G_BANK;

680: l_info_type := EC_Trading_Partner_PVT.G_CUSTOMER;
681: elsif upper(p_Entity_type) = 'SUPPLIER' then
682: l_info_type := EC_Trading_Partner_PVT.G_SUPPLIER;
683: elsif upper(p_Entity_type) = 'BANK' then
684: l_info_type := EC_Trading_Partner_PVT.G_BANK;
685: end if;
686:
687: ec_trading_Partner_pvt.get_tp_address(
688: p_api_version_number => 1.0,

Line 687: ec_trading_Partner_pvt.get_tp_address(

683: elsif upper(p_Entity_type) = 'BANK' then
684: l_info_type := EC_Trading_Partner_PVT.G_BANK;
685: end if;
686:
687: ec_trading_Partner_pvt.get_tp_address(
688: p_api_version_number => 1.0,
689: p_return_status => l_return_status,
690: p_msg_count => l_msg_count,
691: p_msg_data => l_msg_data,