DBA Data[Home] [Help]

APPS.CSI_PARTY_MERGE_PKG dependencies on CSI_ITEM_INSTANCES_H_S

Line 245: CSI_ITEM_INSTANCES_H_S.nextval

241: ,OLD_INST_LOC_ID
242: ,NEW_INST_LOC_ID
243: )
244: SELECT
245: CSI_ITEM_INSTANCES_H_S.nextval
246: ,cii.INSTANCE_ID
247: ,v_transaction_id
248: ,decode( cii.location_id, p_from_fk_id, cii.location_id, null )
249: ,decode( cii.location_id, p_from_fk_id, p_to_fk_id, null )