[Home] [Help]
506: CLOSE discrepant_serial_cursor;
507:
508: -- Now deal with inserting the new dynamic tag entry
509: -- Get the cost group ID for this entry
510: inv_cyc_lovs.get_cost_group_id
511: (p_organization_id => p_organization_id,
512: p_subinventory => p_subinventory,
513: p_locator_id => p_locator_id,
514: p_parent_lpn_id => p_parent_lpn_id,
528: END IF;
529: -- Get the default cost group ID based on the given org
530: -- and sub if cost group ID was not retrieved successfully
531: /*IF (l_cost_group_id = -999) THEN
532: inv_cyc_lovs.get_default_cost_group_id
533: (p_organization_id => p_organization_id,
534: p_subinventory => p_subinventory,
535: x_out => l_cost_group_id);
536: END IF;
654: END IF;
655: -- Dynamic tag entries are allowed
656:
657: -- Get the cost group ID for this entry
658: inv_cyc_lovs.get_cost_group_id
659: (p_organization_id => p_organization_id,
660: p_subinventory => p_subinventory,
661: p_locator_id => p_locator_id,
662: p_parent_lpn_id => p_parent_lpn_id,
676: END IF;
677: -- Get the default cost group ID based on the given org
678: -- and sub if cost group ID was not retrieved successfully
679: /*IF (l_cost_group_id = -999) THEN
680: inv_cyc_lovs.get_default_cost_group_id
681: (p_organization_id => p_organization_id,
682: p_subinventory => p_subinventory,
683: x_out => l_cost_group_id);
684: END IF;