DBA Data[Home] [Help]

APPS.IGS_EN_NSC_PKG dependencies on IGS_EN_DOC_INSTANCES_PKG

Line 813: IGS_EN_DOC_INSTANCES_PKG.Delete_Row(

809:
810: -- Deleting the instance record and all attribute values
811: if l_rowid is not null then
812: Put_Debug_Msg('calling delete row for ' ||l_rowid);
813: IGS_EN_DOC_INSTANCES_PKG.Delete_Row(
814: x_rowid => l_rowid
815: );
816:
817: end if;

Line 1073: IGS_EN_DOC_INSTANCES_PKG.Delete_Row(

1069: CLOSE c_rowid;
1070:
1071: -- Deleting the instance record and all attribute values
1072:
1073: IGS_EN_DOC_INSTANCES_PKG.Delete_Row(
1074: x_rowid => l_rowid
1075: );
1076:
1077: -- Checking the status

Line 1164: IGS_EN_DOC_INSTANCES_PKG.Insert_row (

1160: BEGIN
1161:
1162: -- Creating instance
1163:
1164: IGS_EN_DOC_INSTANCES_PKG.Insert_row (
1165: x_rowid => l_rowid,
1166: x_doc_inst_id => l_inst_id,
1167: x_doc_inst_name => 'NSCL Interface instance' ,
1168: x_doc_inst_params => l_doc_inst_params