DBA Data[Home] [Help]

APPS.GR_ITEM_PROPERTIES_PUB dependencies on GR_INV_ITEM_PROPERTIES_PKG

Line 758: GR_INV_ITEM_PROPERTIES_PKG.Insert_Row (

754: END IF;
755: CLOSE Cur_get_seq_no;
756: END IF; -- IF l_property_id is not null then
757:
758: GR_INV_ITEM_PROPERTIES_PKG.Insert_Row (
759: p_commit => p_commit,
760: p_called_by_form => 'F',
761: p_organization_id => l_organization_id,
762: p_inventory_item_id => l_inventory_item_id,

Line 913: GR_INV_ITEM_PROPERTIES_PKG.delete_Rows

909:
910:
911: ELSE
912:
913: GR_INV_ITEM_PROPERTIES_PKG.delete_Rows
914: (p_commit => p_commit,
915: p_called_by_form => 'F',
916: p_delete_option => 'B', -- 'B' Delete all rows using the item and label combination.
917: p_organization_id => l_organization_id,