DBA Data[Home] [Help]

APPS.IBE_ORD_ONECLICK_PVT dependencies on ASO_TAX_DETAILS

Line 1441: from ASO_TAX_DETAILS

1437: l_optional_party_id := x_qte_header_rec.party_id;
1438: end if;
1439:
1440: select count(*) into l_count_tax
1441: from ASO_TAX_DETAILS
1442: where quote_header_id = l_curr_cart_id
1443: and quote_line_id is null;
1444:
1445: IF (l_count_tax = 0) then