DBA Data[Home] [Help]

APPS.IGF_SE_GEN_001 dependencies on IGF_SE_AUTH_PKG

Line 436: igf_se_auth_pkg.insert_row(

432: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_se_gen_001.send_work_auth.insert_auth','x_award_id =>' || awd_rec.award_id);
433: END IF;
434:
435:
436: igf_se_auth_pkg.insert_row(
437: x_rowid => l_rowid,
438: x_sequence_no => l_sequence_no,
439: x_auth_id => l_auth_id,
440: x_flag => 'A', -- this is the active record now.

Line 653: igf_se_auth_pkg.update_row (

649: CLOSE c_old_auth;
650:
651: BEGIN
652:
653: igf_se_auth_pkg.update_row (
654: old_auth_rec.rowid,
655: old_auth_rec.sequence_no,
656: old_auth_rec.auth_id,
657: 'I', -- this record is inactive now

Line 1497: igf_se_auth_pkg.update_row(

1493: CLOSE c_award_det;
1494:
1495: IF l_sys_awd_status = 'O' THEN
1496: igf_se_gen_001.se_notify (l_person_id, l_fund_id,NULL,NULL,auth_rec.award_id);
1497: igf_se_auth_pkg.update_row(
1498: x_rowid => auth_rec.row_id,
1499: x_sequence_no => auth_rec.sequence_no,
1500: x_auth_id => auth_rec.auth_id,
1501: x_flag => auth_rec.flag,