DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on HZ_CUST_ACCOUNTS

Line 1582: FROM hz_cust_accounts

1578: IF l_overship_invoice_basis IS NULL THEN
1579: IF p_line_rec.sold_to_org_id IS NOT NULL THEN
1580: SELECT invoice_quantity_rule
1581: INTO l_overship_invoice_basis
1582: FROM hz_cust_accounts
1583: WHERE cust_account_id = p_line_rec.sold_to_org_id;
1584: IF l_debug_level > 0 THEN
1585: oe_debug_pub.add( 'OVERSHIP_INVOICE_BASIS ( 1 ) : '||L_OVERSHIP_INVOICE_BASIS , 5 ) ;
1586: END IF;