DBA Data[Home] [Help]

APPS.OE_HOLDS_PUB dependencies on OE_BULK_HOLDS_PVT

Line 4733: l_bill_to_orgid:=OE_Bulk_Holds_PVT.CustAcctID_func(p_in_site_id => l_header_rec.invoice_to_org_id,

4729: --- based on the system parameter and this might lead to index miss if not kept as last entry
4730: -- If header Bill To ORg not equals Sold to org, (it is possible for Bill to Org
4731: -- Hold Source Enabled).. this is required due to 'BTH'
4732: ELSIF m_counter = 6 THEN
4733: l_bill_to_orgid:=OE_Bulk_Holds_PVT.CustAcctID_func(p_in_site_id => l_header_rec.invoice_to_org_id,
4734: p_out_IDfound=> l_new_tbl_entry);
4735: If(l_credithold_cust='BTH' AND l_header_rec.sold_to_org_id <> l_bill_to_orgid) then
4736: l_entity_tab(m_counter).entity_code := 'C';
4737: l_entity_tab(m_counter).entity_id:= l_bill_to_orgid;

Line 4859: l_bill_to_orgid:=OE_Bulk_Holds_PVT.CustAcctID_func(p_in_site_id => l_line_rec.invoice_to_org_id,

4855: --- based on the system parameter and this might lead to index miss if not kept as last entry
4856: -- If line Bill To ORg not equals Sold to org, (it is possible for Bill to Org
4857: -- Hold Source Enabled).. this is required due to 'BTL'
4858: ELSIF m_counter = 19 THEN
4859: l_bill_to_orgid:=OE_Bulk_Holds_PVT.CustAcctID_func(p_in_site_id => l_line_rec.invoice_to_org_id,
4860: p_out_IDfound=> l_new_tbl_entry);
4861: If(l_credithold_cust='BTL' AND l_header_rec.sold_to_org_id <> l_bill_to_orgid) then
4862: l_entity_tab(m_counter).entity_code := 'C';
4863: l_entity_tab(m_counter).entity_id:= l_bill_to_orgid;