DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on HZ_CUST_ACCOUNTS

Line 1365: FROM hz_cust_accounts

1361: IF l_overship_invoice_basis IS NULL THEN
1362: IF p_line_rec.sold_to_org_id IS NOT NULL THEN
1363: SELECT invoice_quantity_rule
1364: INTO l_overship_invoice_basis
1365: FROM hz_cust_accounts
1366: WHERE cust_account_id = p_line_rec.sold_to_org_id;
1367: IF l_debug_level > 0 THEN
1368: oe_debug_pub.add( 'OVERSHIP_INVOICE_BASIS ( 1 ) : '||L_OVERSHIP_INVOICE_BASIS , 5 ) ;
1369: END IF;