DBA Data[Home] [Help]

APPS.RLM_VALIDATEDEMAND_SV dependencies on INV_CUSTOMER_ITEM_GRP

Line 4432: rlm_core_sv.dlog(C_DEBUG, 'Calling inv_customer_item_grp.fetch_attributes ');

4428: -- and master_organization_id = x_lines_rec.ship_from_org_id
4429: IF (x_header_rec.customer_id is not NULL) THEN
4430: --
4431: IF (l_debug <> -1) THEN
4432: rlm_core_sv.dlog(C_DEBUG, 'Calling inv_customer_item_grp.fetch_attributes ');
4433: rlm_core_sv.dlog(C_DEBUG, 'x_lines_rec.ship_to_address_id',
4434: x_lines_rec.ship_to_address_id);
4435: rlm_core_sv.dlog(C_DEBUG, 'x_lines_rec.ship_to_customer_id',
4436: x_lines_rec.ship_to_customer_id);

Line 4458: inv_customer_item_grp.fetch_attributes(

4454: rlm_core_sv.dlog(C_DEBUG, 'v_ship_to_address_id ',
4455: v_ship_to_address_id);
4456: END IF;
4457: --
4458: inv_customer_item_grp.fetch_attributes(
4459: --x_lines_rec.SHIP_TO_ADDRESS_ID,
4460: v_ship_to_address_id,
4461: NULL, x_header_rec.customer_id,
4462: x_lines_rec.Customer_Item_Ext,