DBA Data[Home] [Help]

APPS.ASO_PRICING_INT dependencies on ASO_PARTY_INT

Line 96: ASO_PARTY_INT.GET_ACCT_SITE_USES (

92: end if;
93:
94: IF l_cust_account_id is not NULL
95: AND l_ship_party_site_id is not NULL THEN
96: ASO_PARTY_INT.GET_ACCT_SITE_USES (
97: p_api_version => 1.0
98: ,P_Cust_Account_Id => l_cust_account_id
99: ,P_Party_Site_Id => l_ship_party_site_id
100: ,P_Acct_Site_type => 'SHIP_TO'

Line 153: ASO_PARTY_INT.GET_ACCT_SITE_USES (

149: end if;
150:
151: IF l_cust_account_id is not NULL
152: AND l_ship_party_site_id is not NULL THEN
153: ASO_PARTY_INT.GET_ACCT_SITE_USES (
154: p_api_version => 1.0
155: ,P_Cust_Account_Id => l_cust_account_id
156: ,P_Party_Site_Id => l_ship_party_site_id
157: ,P_Acct_Site_type => 'SHIP_TO'

Line 211: ASO_PARTY_INT.GET_ACCT_SITE_USES (

207: end if;
208:
209: IF l_cust_account_id is not NULL
210: AND l_invoice_party_site_id is not NULL THEN
211: ASO_PARTY_INT.GET_ACCT_SITE_USES (
212: p_api_version => 1.0
213: ,P_Cust_Account_Id => l_cust_account_id
214: ,P_Party_Site_Id => l_invoice_party_site_id
215: ,P_Acct_Site_type => 'BILL_TO'

Line 268: ASO_PARTY_INT.GET_ACCT_SITE_USES (

264: end if;
265:
266: IF l_cust_account_id is not NULL
267: AND l_invoice_party_site_id is not NULL THEN
268: ASO_PARTY_INT.GET_ACCT_SITE_USES (
269: p_api_version => 1.0
270: ,P_Cust_Account_Id => l_cust_account_id
271: ,P_Party_Site_Id => l_invoice_party_site_id
272: ,P_Acct_Site_type => 'BILL_TO'