DBA Data[Home] [Help]

APPS.CE_BANK_GROUPINGS dependencies on CE_UPGA_BANK_REC

Line 538: -- (1) Copy bank records to ce_upga_bank_rec

534: c_org_name_alt;
535:
536: -- Append bank number to bank name if two primary banks with different
537: -- bank number and same bank name under the same country.
538: -- (1) Copy bank records to ce_upga_bank_rec
539: c := '24';
540: forall i in c_upg_id.first..c_upg_id.last
541: insert into ce_upga_bank_rec
542: (party_id,

Line 541: insert into ce_upga_bank_rec

537: -- bank number and same bank name under the same country.
538: -- (1) Copy bank records to ce_upga_bank_rec
539: c := '24';
540: forall i in c_upg_id.first..c_upg_id.last
541: insert into ce_upga_bank_rec
542: (party_id,
543: ce_upgrade_id,
544: parent_upgrade_id,
545: bank_entity_type,

Line 1219: -- (1) Copy branch records to ce_upga_bank_rec

1215: c_bank_or_branch_number, c_group_id, c_org_name_alt;
1216:
1217: -- Append branch number to branch name if two primary branches with
1218: -- different branch number and same branch name under the same bank.
1219: -- (1) Copy branch records to ce_upga_bank_rec
1220: c := '71';
1221: forall i in c_upg_id.first..c_upg_id.last
1222: insert into ce_upga_bank_rec
1223: (party_id,

Line 1222: insert into ce_upga_bank_rec

1218: -- different branch number and same branch name under the same bank.
1219: -- (1) Copy branch records to ce_upga_bank_rec
1220: c := '71';
1221: forall i in c_upg_id.first..c_upg_id.last
1222: insert into ce_upga_bank_rec
1223: (party_id,
1224: ce_upgrade_id,
1225: parent_upgrade_id,
1226: bank_entity_type,