DBA Data[Home] [Help]

APPS.CE_BANK_GROUPINGS dependencies on CE_BANK_UPGRADE_ERRORS

Line 694: delete from ce_bank_upgrade_errors

690: c_status(i) := 'NULL';
691: end if;
692: /*
693: begin
694: delete from ce_bank_upgrade_errors
695: where ce_upgrade_id = c_upg_id(i)
696: and bank_entity_type = 'BANK';
697: exception
698: when no_data_found then

Line 719: insert into ce_bank_upgrade_errors

715: length(x_msg_name)-instr(x_msg_name,','));
716: end if;
717:
718: if (p_msg_name is not null) then
719: insert into ce_bank_upgrade_errors
720: (ce_upgrade_id, bank_entity_type, key_error_flag, application_id,
721: message_name, creation_date, created_by, last_update_date,
722: last_updated_by)
723: values (c_upg_id(i), 'BANK', 'N', 260, p_msg_name,

Line 1377: delete from ce_bank_upgrade_errors

1373: c_status(i) := 'NULL';
1374: end if;
1375: /*
1376: begin
1377: delete from ce_bank_upgrade_errors
1378: where ce_upgrade_id = c_upg_id(i)
1379: and bank_entity_type = 'BRANCH';
1380: exception
1381: when no_data_found then

Line 1403: insert into ce_bank_upgrade_errors

1399: end if;
1400:
1401: c := '76';
1402: if (p_msg_name is not null) then
1403: insert into ce_bank_upgrade_errors
1404: (ce_upgrade_id, bank_entity_type, key_error_flag, application_id,
1405: message_name, creation_date, created_by, last_update_date,
1406: last_updated_by)
1407: values (c_upg_id(i), 'BRANCH', 'N', 260, p_msg_name,

Line 1691: delete from ce_bank_upgrade_errors

1687: c_status(i) := 'NULL';
1688: end if;
1689: /*
1690: begin
1691: delete from ce_bank_upgrade_errors
1692: where ce_upgrade_id = c_upg_id(i)
1693: and bank_entity_type = 'ACCOUNT';
1694: exception
1695: when no_data_found then

Line 1716: insert into ce_bank_upgrade_errors

1712: length(x_msg_name)-instr(x_msg_name,','));
1713: end if;
1714:
1715: if (p_msg_name is not null) then
1716: insert into ce_bank_upgrade_errors
1717: (ce_upgrade_id, bank_entity_type, key_error_flag, application_id,
1718: message_name, creation_date, created_by, last_update_date,
1719: last_updated_by)
1720: values (c_upg_id(i), 'ACCOUNT', 'N', 260, p_msg_name,