DBA Data[Home] [Help]

APPS.CSI_PARTY_MERGE_PKG dependencies on CSI_INSTALL_PARAMETERS

Line 78: from csi_install_parameters;

74:
75: begin
76: select internal_party_id
77: into v_internal_party_id
78: from csi_install_parameters;
79: exception
80: when no_data_found then
81: v_internal_party_message := 'Cannot merge party id '||to_char(p_from_fk_id)||' '||'to party id '||to_char(p_to_fk_id)||'. Data exists in Installed Base, but Install Parameters are not defined';
82: raise internal_party_error;

Line 410: from csi_install_parameters;

406:
407: begin
408: select internal_party_id
409: into v_internal_party_id
410: from csi_install_parameters;
411: exception
412: when no_data_found then
413: v_internal_party_message := 'Cannot merge party id '||to_char(p_from_fk_id)||' '||'to party id '||to_char(p_to_fk_id)||'. Data exists in Installed Base, but Install Parameters are not defined';
414: raise internal_party_error;

Line 654: from csi_install_parameters;

650:
651: begin
652: select internal_party_id
653: into v_internal_party_id
654: from csi_install_parameters;
655: exception
656: when no_data_found then
657: v_internal_party_message := 'Cannot merge party id '||to_char(p_from_fk_id)||' '||'to party id '||to_char(p_to_fk_id)||'. Data exists in Installed Base, but Install Parameters are not defined';
658: raise internal_party_error;

Line 970: from csi_install_parameters;

966:
967: begin
968: select internal_party_id
969: into v_internal_party_id
970: from csi_install_parameters;
971: exception
972: when no_data_found then
973: v_internal_party_message := 'Cannot merge party id '||to_char(p_from_fk_id)||' '||'to party id '||to_char(p_to_fk_id)||'. Data exists in Installed Base, but Install Parameters are not defined';
974: raise internal_party_error;

Line 1123: from csi_install_parameters;

1119:
1120: begin
1121: select internal_party_id
1122: into v_internal_party_id
1123: from csi_install_parameters;
1124: exception
1125: when no_data_found then
1126: v_internal_party_message := 'Cannot merge party id '||to_char(p_from_fk_id)||' '||'to party id '||to_char(p_to_fk_id)||'. Data exists in Installed Base, but Install Parameters are not defined';
1127: raise internal_party_error;