DBA Data[Home] [Help]

APPS.OE_BULK_ACK_PVT dependencies on OE_LOOKUPS

Line 1039: , OE_LOOKUPS ft

1035: FROM OE_ORDER_HEADERS_ALL h
1036: , OE_ORDER_SOURCES os
1037: , OE_AGREEMENTS_V agr
1038: , OE_AR_LOOKUPS_V fob
1039: , OE_LOOKUPS ft
1040: , HZ_PARTIES sold_party
1041: , HZ_RELATIONSHIPS sold_rel
1042: , HZ_CUST_ACCOUNT_ROLES sold_role
1043: , HZ_CUST_ACCOUNTS sold_acct

Line 1059: , OE_LOOKUPS tax_point

1055: , RA_TERMS_TL term
1056: , RA_RULES accrule
1057: , RA_RULES invrule
1058: , OE_AR_LOOKUPS_V tax_exempt_reason
1059: , OE_LOOKUPS tax_point
1060: , OE_GL_DAILY_CONVERSION_TYPES_V conv_type
1061: WHERE header_id = p_header_id
1062: AND os.order_source_id(+) = h.order_source_id
1063: AND agr.agreement_id(+) = h.agreement_id

Line 1850: , OE_LOOKUPS ft

1846: FROM OE_ORDER_LINES L
1847: , OE_ORDER_SOURCES os
1848: , OE_AGREEMENTS_V agr
1849: , OE_AR_LOOKUPS_V fob
1850: , OE_LOOKUPS ft
1851: , OE_LOOKUPS sp
1852: , HZ_PARTIES ship_party
1853: , HZ_RELATIONSHIPS ship_rel
1854: , HZ_CUST_ACCOUNT_ROLES ship_role

Line 1851: , OE_LOOKUPS sp

1847: , OE_ORDER_SOURCES os
1848: , OE_AGREEMENTS_V agr
1849: , OE_AR_LOOKUPS_V fob
1850: , OE_LOOKUPS ft
1851: , OE_LOOKUPS sp
1852: , HZ_PARTIES ship_party
1853: , HZ_RELATIONSHIPS ship_rel
1854: , HZ_CUST_ACCOUNT_ROLES ship_role
1855: , HZ_CUST_ACCOUNTS ship_acct

Line 1863: , OE_LOOKUPS tax_point

1859: , RA_TERMS_TL term
1860: , RA_RULES accrule
1861: , RA_RULES invrule
1862: , OE_AR_LOOKUPS_V tax_exempt_reason
1863: , OE_LOOKUPS tax_point
1864: , MTL_SYSTEM_ITEMS_VL item
1865: WHERE L.header_id = p_header_id
1866: AND os.order_source_id(+) = l.order_source_id
1867: AND agr.agreement_id(+) = l.agreement_id