DBA Data[Home] [Help]

APPS.AS_IMPORT_SL_PVT dependencies on AS_INTEREST_PUB

Line 2880: -- calls AS_INTEREST_PUB.Create_Interest

2876:
2877: ----------------------------------------------------------
2878: -- name: do_create_interest
2879: -- scope: private
2880: -- calls AS_INTEREST_PUB.Create_Interest
2881: -- create an entry in as_interest_all table
2882: ----------------------------------------------------------
2883: procedure do_create_interest(
2884: pI IN OUT NOCOPY leadImpType,

Line 2887: l_classification_tbl as_interest_pub.interest_tbl_type;

2883: procedure do_create_interest(
2884: pI IN OUT NOCOPY leadImpType,
2885: G_return_status OUT NOCOPY varchar2)
2886: Is
2887: l_classification_tbl as_interest_pub.interest_tbl_type;
2888: l_interest_use_code varchar2(30);
2889: l_interest_out_id NUMBER;
2890: l_msg_data VARCHAR2(2000) := NULL;
2891:

Line 2954: AS_INTEREST_PUB.Create_Interest(

2950: elsif pI.party_type = 'ORGANIZATION' then
2951: l_interest_use_code := 'COMPANY_CLASSIFICATION' ;
2952: end if;
2953:
2954: AS_INTEREST_PUB.Create_Interest(
2955: p_api_version_number => 2.0 ,
2956: p_init_msg_list => FND_API.G_FALSE,
2957: p_Commit => FND_API.G_FALSE,
2958: p_interest_rec => l_classification_tbl(i),

Line 2996: AS_INTEREST_PUB.Create_Interest(

2992: elsif pI.party_type = 'ORGANIZATION' then
2993: l_interest_use_code := 'COMPANY_CLASSIFICATION' ;
2994: end if;
2995:
2996: AS_INTEREST_PUB.Create_Interest(
2997: p_api_version_number => 2.0 ,
2998: p_init_msg_list => FND_API.G_FALSE,
2999: p_Commit => FND_API.G_FALSE,
3000: p_interest_rec => l_classification_tbl(l_ll_index),