DBA Data[Home] [Help]

APPS.AMS_LIST_IMPORT_PUB dependencies on AMS_LIST_IMPORT_PUB

Line 1: PACKAGE BODY AMS_List_Import_PUB AS

1: PACKAGE BODY AMS_List_Import_PUB AS
2: /* $Header: amspimlb.pls 120.7.12010000.4 2010/03/22 08:09:57 amlal ship $ */
3:
4: -----------------------------------------------------------
5: -- PACKAGE

Line 6: -- AMS_List_Import_PUB

2: /* $Header: amspimlb.pls 120.7.12010000.4 2010/03/22 08:09:57 amlal ship $ */
3:
4: -----------------------------------------------------------
5: -- PACKAGE
6: -- AMS_List_Import_PUB
7: --
8: -- PURPOSE
9: -- This purpose of this program is to create organization,person
10: -- ,party relationship, org contacts, locations , party sites,

Line 36: g_pkg_name CONSTANT VARCHAR2(30):='AMS_LIST_IMPORT_PUB';

32: -- 3. Create Party Site (if address is available)
33: -- 4. Create Contact Points (if contact points are available)
34: -- ------------------------------------------------------------------------
35: G_ARC_IMPORT_HEADER CONSTANT VARCHAR2(30) := 'IMPH';
36: g_pkg_name CONSTANT VARCHAR2(30):='AMS_LIST_IMPORT_PUB';
37: G_ERROR_THRESHOLD NUMBER := 0;
38: --
39: -- This procedure is used for existence checking for party.
40: --

Line 772: AMS_List_Import_PUB.error_capture (

768: close c_validate_b2b;
769:
770: if l_validate is null then
771: --Throw error as party_id that was passed is incorrect
772: AMS_List_Import_PUB.error_capture (
773: 1,
774: 'T',
775: 'F',
776: null,

Line 1308: AMS_List_Import_PUB.error_capture (

1304: fetch orgpartyid into x_org_party_id;
1305: close orgpartyid;
1306: x_party_rel_party_id := l_b2b_party_id;
1307: else
1308: AMS_List_Import_PUB.error_capture (
1309: 1,
1310: 'T',
1311: 'F',
1312: null,

Line 2260: AMS_List_Import_PUB.error_capture (

2256: close c_validate_b2c;
2257:
2258: if l_validate is null then
2259: --Throw error as party_id that was passed is incorrect
2260: AMS_List_Import_PUB.error_capture (
2261: 1,
2262: 'T',
2263: 'F',
2264: null,

Line 2504: AMS_List_Import_PUB.error_capture (

2500: close b2cparty;
2501: if l_b2c_party_exists = 'Y' then
2502: x_per_party_id := l_b2c_party_id;
2503: else
2504: AMS_List_Import_PUB.error_capture (
2505: 1,
2506: 'T',
2507: 'F',
2508: null,

Line 5461: end AMS_List_Import_PUB;

5457: end process_element_duplicate;
5458:
5459:
5460:
5461: end AMS_List_Import_PUB;