DBA Data[Home] [Help]

APPS.CSI_PARTY_MERGE_PKG dependencies on CSI_INSTALL_PARAMETERS

Line 63: from csi_install_parameters;

59:
60: begin
61: select internal_party_id
62: into v_internal_party_id
63: from csi_install_parameters;
64: exception
65: when no_data_found then
66: 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';
67: raise internal_party_error;

Line 343: from csi_install_parameters;

339:
340: begin
341: select internal_party_id
342: into v_internal_party_id
343: from csi_install_parameters;
344: exception
345: when no_data_found then
346: 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';
347: raise internal_party_error;

Line 580: from csi_install_parameters;

576:
577: begin
578: select internal_party_id
579: into v_internal_party_id
580: from csi_install_parameters;
581: exception
582: when no_data_found then
583: 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';
584: raise internal_party_error;

Line 896: from csi_install_parameters;

892:
893: begin
894: select internal_party_id
895: into v_internal_party_id
896: from csi_install_parameters;
897: exception
898: when no_data_found then
899: 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';
900: raise internal_party_error;

Line 1049: from csi_install_parameters;

1045:
1046: begin
1047: select internal_party_id
1048: into v_internal_party_id
1049: from csi_install_parameters;
1050: exception
1051: when no_data_found then
1052: 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';
1053: raise internal_party_error;