DBA Data[Home] [Help]

APPS.OE_INF_POPULATE_PUB dependencies on OE_SALES_CREDITS

Line 1780: from oe_sales_credits

1776: , '' /*CHANGE_REQUEST_CODE NULL*/
1777: , '' /*ORG_ID NULL*/
1778: , SALESREP_ID /*SALESREP_ID NULL*/
1779: , l_sold_to_org_id /*SOLD_TO_ORG_ID NULL*/
1780: from oe_sales_credits
1781: where header_id = old_header_id_v
1782: and line_id is null;
1783:
1784: IF SQL%ROWCOUNT > 0 THEN

Line 1890: from oe_sales_credits

1886: , '' /*CHANGE_REQUEST_CODE NULL*/
1887: , '' /*ORG_ID NULL*/
1888: , SALESREP_ID /*SALESREP_ID NULL*/
1889: , l_sold_to_org_id /*SOLD_TO_ORG_ID NULL*/
1890: from oe_sales_credits
1891: where header_id = old_header_id_v
1892: and line_id is not null;
1893:
1894: IF SQL%ROWCOUNT > 0 THEN