DBA Data[Home] [Help]

APPS.IBE_ORDER_SAVE_PVT dependencies on IBE_CUSTOMER_ACCT_PVT

Line 1010: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(

1006: -- Call Get_Cust_Account_Site_Use to retrieve ship_to_org_id /invoice_to_org_id.
1007: -- Now start for 'SHIP_TO_ORG_ID'.
1008:
1009:
1010: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(
1011: p_cust_acct_id => x_order_header_rec.sold_to_org_id
1012: ,p_party_id => p_party_id
1013: ,p_siteuse_type => 'SHIP_TO'
1014: ,p_partysite_id => p_shipto_partysite_id

Line 1079: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(

1075: ----
1076: -- For 'INVOICE_TO_ORG_ID'
1077: ----
1078:
1079: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(
1080: p_cust_acct_id => x_order_header_rec.sold_to_org_id
1081: ,p_party_id => p_party_id
1082: ,p_siteuse_type => 'BILL_TO'
1083: ,p_partysite_id => p_billto_partysite_id

Line 1191: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Acct_Role(

1187: if(l_cust_acct_id = x_order_header_rec.sold_to_org_id
1188: AND l_party_id = p_party_id) then
1189:
1190: IF (l_party_type = 'PARTY_RELATIONSHIP') THEN
1191: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Acct_Role(
1192: p_party_id => p_party_id
1193: ,p_acctsite_type => 'BILL_TO'
1194: ,p_sold_to_orgid => x_order_header_rec.sold_to_org_id
1195: ,p_custacct_siteuse_id => x_order_header_rec.invoice_to_org_id

Line 4062: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(

4058: -- Fetching Invoice To Org Id.
4059:
4060: if(l_siteuse_billto = 'BILL_TO') then
4061:
4062: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(
4063: p_cust_acct_id => p_billto_cust_acct_id
4064: ,p_party_id => p_billto_party_id
4065: ,p_siteuse_type => l_siteuse_billto
4066: ,p_partysite_id => p_billto_party_site_id

Line 4090: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(

4086: end if;
4087:
4088: if(l_siteuse_shipto = 'SHIP_TO') then
4089:
4090: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(
4091: p_cust_acct_id => p_shipto_cust_acct_id
4092: ,p_party_id => p_shipto_party_id
4093: ,p_siteuse_type => l_siteuse_shipto
4094: ,p_partysite_id => p_shipto_party_site_id

Line 4139: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Acct_Role(

4135: If(p_billto_party_id is not null AND
4136: p_billto_party_id <> FND_API.G_MISS_NUM AND
4137: l_siteuse_billto = 'BILL_TO') then
4138:
4139: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Acct_Role(
4140: p_party_id => p_billto_party_id
4141: ,p_acctsite_type => 'BILL_TO'
4142: ,p_sold_to_orgid => p_billto_cust_acct_id
4143: ,p_custacct_siteuse_id => l_order_line_tbl(1).invoice_to_org_id

Line 4157: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Acct_Role(

4153: if(p_shipto_party_id is not null AND
4154: p_shipto_party_id <> FND_API.G_MISS_NUM AND
4155: l_siteuse_shipto = 'SHIP_TO') then
4156:
4157: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Acct_Role(
4158: p_party_id => p_shipto_party_id
4159: ,p_acctsite_type => 'SHIP_TO'
4160: ,p_sold_to_orgid => p_shipto_cust_acct_id
4161: ,p_custacct_siteuse_id => l_order_line_tbl(1).ship_to_org_id