DBA Data[Home] [Help]

APPS.WIP_EAMMTLPROC_PRIV dependencies on WIP_EAM_GENEALOGY_PVT

Line 504: wip_eam_genealogy_pvt.create_eam_genealogy(p_api_version => 1.0,

500: l_nxt_srl_num := l_serialNumTbl(i);
501:
502: FOR j IN 1..l_row_count_temp --Loop for the serial_numbers in the one particular row of the transaction.
503: LOOP
504: wip_eam_genealogy_pvt.create_eam_genealogy(p_api_version => 1.0,
505: p_serial_number => l_nxt_srl_num,
506: p_inventory_item_id => p_compRec.itemID,
507: p_organization_id => p_compRec.orgID,
508: p_parent_object_id => l_maintGenObjID,

Line 533: wip_eam_genealogy_pvt.create_eam_genealogy(p_api_version => 1.0,

529: --end loop for the material issue page's multiple rows
530:
531: -- END IF;
532: ELSE --if rebuild item
533: wip_eam_genealogy_pvt.create_eam_genealogy(p_api_version => 1.0,
534: p_serial_number => l_serialNumTbl(1),
535: p_inventory_item_id => p_compRec.itemID,
536: p_organization_id => p_compRec.orgID,
537: p_parent_object_id => l_maintGenObjID,

Line 554: wip_eam_genealogy_pvt.update_eam_genealogy(p_api_version => 1.0,

550: wip_logger.log('calling update gen', l_returnStatus);
551: end if;
552: x_returnStatus := fnd_api.g_ret_sts_success;
553: for i in 1..l_serialNumTbl.count loop
554: wip_eam_genealogy_pvt.update_eam_genealogy(p_api_version => 1.0,
555: p_object_type => 2, /* serial number */
556: p_serial_number => l_serialNumTbl(i),
557: p_inventory_item_id => p_compRec.itemID,
558: p_organization_id => p_compRec.orgID,