2262: := NVL(p_payInstrTab(i).print_instruction_immed_flag, 'N');
2263: l_transmit_instr_immed_flag(i)
2264: := NVL(p_payInstrTab(i).transmit_instr_immed_flag, 'N');
2265: l_created_by(i)
2266: := NVL(p_payInstrTab(i).created_by, fnd_global.user_id);
2267: l_creation_date(i)
2268: := NVL(p_payInstrTab(i).creation_date, sysdate);
2269: l_last_updated_by(i)
2270: := NVL(p_payInstrTab(i).last_updated_by, fnd_global.user_id);
2266: := NVL(p_payInstrTab(i).created_by, fnd_global.user_id);
2267: l_creation_date(i)
2268: := NVL(p_payInstrTab(i).creation_date, sysdate);
2269: l_last_updated_by(i)
2270: := NVL(p_payInstrTab(i).last_updated_by, fnd_global.user_id);
2271: l_last_update_date(i)
2272: := NVL(p_payInstrTab(i).last_update_date, sysdate);
2273: l_last_update_login(i)
2274: := NVL(p_payInstrTab(i).last_update_login, fnd_global.user_id);
2270: := NVL(p_payInstrTab(i).last_updated_by, fnd_global.user_id);
2271: l_last_update_date(i)
2272: := NVL(p_payInstrTab(i).last_update_date, sysdate);
2273: l_last_update_login(i)
2274: := NVL(p_payInstrTab(i).last_update_login, fnd_global.user_id);
2275: l_object_version_number(i)
2276: := NVL(p_payInstrTab(i).object_version_number, 1);
2277: l_internal_bank_account_id(i)
2278: := p_payInstrTab(i).internal_bank_account_id;
6800: NVL(x_pmtInstrTab(i).print_instruction_immed_flag, 'N');
6801: x_pmtInstrTab(i).transmit_instr_immed_flag :=
6802: NVL(x_pmtInstrTab(i).transmit_instr_immed_flag, 'N');
6803:
6804: x_pmtInstrTab(i).created_by := fnd_global.user_id;
6805: x_pmtInstrTab(i).creation_date := sysdate;
6806: x_pmtInstrTab(i).last_updated_by := fnd_global.user_id;
6807: x_pmtInstrTab(i).last_update_login := fnd_global.user_id;
6808: x_pmtInstrTab(i).last_update_date := sysdate;
6802: NVL(x_pmtInstrTab(i).transmit_instr_immed_flag, 'N');
6803:
6804: x_pmtInstrTab(i).created_by := fnd_global.user_id;
6805: x_pmtInstrTab(i).creation_date := sysdate;
6806: x_pmtInstrTab(i).last_updated_by := fnd_global.user_id;
6807: x_pmtInstrTab(i).last_update_login := fnd_global.user_id;
6808: x_pmtInstrTab(i).last_update_date := sysdate;
6809: x_pmtInstrTab(i).object_version_number := 1;
6810:
6803:
6804: x_pmtInstrTab(i).created_by := fnd_global.user_id;
6805: x_pmtInstrTab(i).creation_date := sysdate;
6806: x_pmtInstrTab(i).last_updated_by := fnd_global.user_id;
6807: x_pmtInstrTab(i).last_update_login := fnd_global.user_id;
6808: x_pmtInstrTab(i).last_update_date := sysdate;
6809: x_pmtInstrTab(i).object_version_number := 1;
6810:
6811: /*