DBA Data[Home] [Help]

APPS.BOM_OPERATION_PVT dependencies on BOM_OPERATION_RESOURCES

Line 337: From bom_operation_resources

333: Select 'x' dummy
334: From dual
335: Where exists(
336: Select null
337: From bom_operation_resources
338: Where operation_sequence_id = P_OpSeqId);
339: cursor l_attachments_csr(P_OpSeqId number) is
340: Select 'x' dummy
341: From dual

Line 402: from bom_operation_resources

398: and nvl(bd.disable_date, P_EffDate+1) > P_EffDate
399: );
400: cursor l_parents_csr(P_ParentSeqId number) is
401: Select 'x' dummy
402: from bom_operation_resources
403: where operation_sequence_id = P_ParentSeqId;
404: BEGIN
405: -- Standard Start of API savepoint
406: SAVEPOINT ValidateOperation_Pvt;

Line 584: Insert into bom_operation_resources(

580: l_ProgramUpdate := null;
581: Else
582: l_ProgramUpdate := sysdate;
583: End if;
584: Insert into bom_operation_resources(
585: operation_sequence_id,
586: resource_seq_num,
587: resource_id,
588: activity_id,