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 4075: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(

4071: -- Fetching Invoice To Org Id.
4072:
4073: if(l_siteuse_billto = 'BILL_TO') then
4074:
4075: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(
4076: p_cust_acct_id => p_billto_cust_acct_id
4077: ,p_party_id => p_billto_party_id
4078: ,p_siteuse_type => l_siteuse_billto
4079: ,p_partysite_id => p_billto_party_site_id

Line 4103: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(

4099: end if;
4100:
4101: if(l_siteuse_shipto = 'SHIP_TO') then
4102:
4103: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Account_Site_Use(
4104: p_cust_acct_id => p_shipto_cust_acct_id
4105: ,p_party_id => p_shipto_party_id
4106: ,p_siteuse_type => l_siteuse_shipto
4107: ,p_partysite_id => p_shipto_party_site_id

Line 4152: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Acct_Role(

4148: If(p_billto_party_id is not null AND
4149: p_billto_party_id <> FND_API.G_MISS_NUM AND
4150: l_siteuse_billto = 'BILL_TO') then
4151:
4152: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Acct_Role(
4153: p_party_id => p_billto_party_id
4154: ,p_acctsite_type => 'BILL_TO'
4155: ,p_sold_to_orgid => p_billto_cust_acct_id
4156: ,p_custacct_siteuse_id => l_order_line_tbl(1).invoice_to_org_id

Line 4170: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Acct_Role(

4166: if(p_shipto_party_id is not null AND
4167: p_shipto_party_id <> FND_API.G_MISS_NUM AND
4168: l_siteuse_shipto = 'SHIP_TO') then
4169:
4170: IBE_CUSTOMER_ACCT_PVT.Get_Cust_Acct_Role(
4171: p_party_id => p_shipto_party_id
4172: ,p_acctsite_type => 'SHIP_TO'
4173: ,p_sold_to_orgid => p_shipto_cust_acct_id
4174: ,p_custacct_siteuse_id => l_order_line_tbl(1).ship_to_org_id