DBA Data[Home] [Help]

APPS.EAM_ASSET_MOVE_UTIL dependencies on INVTTMTX

Line 234: INVTTMTX.tdatechk(p_organization_id,p_transaction_date,x_period_id,l_open_past_period);--as for time being

230: END IF;
231:
232: --Dbms_Output.put_line('Processing isOpenPeriod');
233: l_open_past_period :=FALSE ; /*important FOR TIME being 4th parameter IS made NULL*/
234: INVTTMTX.tdatechk(p_organization_id,p_transaction_date,x_period_id,l_open_past_period);--as for time being
235:
236: If (x_period_id <> 0) then
237: return TRUE;
238: else

Line 810: IF((INVTTMTX.ship_number_validation(p_shipment_number))=1) THEN

806: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module, 'Entering ' || l_full_name);
807: END IF;
808: --Dbms_Output.put_line('Processing isUniqueShipmentNumber');
809:
810: IF((INVTTMTX.ship_number_validation(p_shipment_number))=1) THEN
811: RETURN TRUE;
812: ELSE
813: RETURN FALSE;
814: END IF;