DBA Data[Home] [Help]

APPS.IGF_AW_SS_GEN_PKG dependencies on IGS_CA_COMPUTE_DA_VAL_PKG

Line 284: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val

280: lc_program_type, --OUT
281: lc_org_unit --OUT
282: );
283:
284: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
285: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
286: 'LAST_ACCEPT_DATE', --IN
287: lc_all_terms_awd_prd.ld_cal_type, --IN
288: lc_all_terms_awd_prd.ld_sequence_number,--IN

Line 285: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(

281: lc_org_unit --OUT
282: );
283:
284: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
285: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
286: 'LAST_ACCEPT_DATE', --IN
287: lc_all_terms_awd_prd.ld_cal_type, --IN
288: lc_all_terms_awd_prd.ld_sequence_number,--IN
289: lc_org_unit, --IN

Line 313: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val

309: lc_program_type, --OUT
310: lc_org_unit --OUT
311: );
312:
313: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
314: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
315: 'LAST_ACCEPT_DATE', --IN
316: l_cur_all_terms_awd_prd.ld_cal_type, --IN
317: l_cur_all_terms_awd_prd.ld_sequence_number, --IN

Line 314: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(

310: lc_org_unit --OUT
311: );
312:
313: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
314: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
315: 'LAST_ACCEPT_DATE', --IN
316: l_cur_all_terms_awd_prd.ld_cal_type, --IN
317: l_cur_all_terms_awd_prd.ld_sequence_number, --IN
318: lc_org_unit, --IN

Line 389: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val

385: lc_program_type, --OUT
386: lc_org_unit --OUT
387: );
388:
389: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
390: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
391: 'LAST_ACCEPT_DATE', --IN
392: lc_all_terms_awd_prd.ld_cal_type, --IN
393: lc_all_terms_awd_prd.ld_sequence_number,--IN

Line 390: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(

386: lc_org_unit --OUT
387: );
388:
389: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
390: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
391: 'LAST_ACCEPT_DATE', --IN
392: lc_all_terms_awd_prd.ld_cal_type, --IN
393: lc_all_terms_awd_prd.ld_sequence_number,--IN
394: lc_org_unit, --IN

Line 420: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val

416: lc_program_type, --OUT
417: lc_org_unit --OUT
418: );
419:
420: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
421: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
422: 'LAST_ACCEPT_DATE', --IN
423: l_cur_all_terms_awd_prd.ld_cal_type, --IN
424: l_cur_all_terms_awd_prd.ld_sequence_number, --IN

Line 421: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(

417: lc_org_unit --OUT
418: );
419:
420: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
421: p_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
422: 'LAST_ACCEPT_DATE', --IN
423: l_cur_all_terms_awd_prd.ld_cal_type, --IN
424: l_cur_all_terms_awd_prd.ld_sequence_number, --IN
425: lc_org_unit, --IN

Line 1465: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val

1461: lc_program_type, --OUT
1462: lc_org_unit --OUT
1463: );
1464:
1465: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
1466: l_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
1467: 'LAST_ACCEPT_DATE', --IN
1468: p_ld_cal_type, --IN
1469: p_ld_seq_num, --IN

Line 1466: l_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(

1462: lc_org_unit --OUT
1463: );
1464:
1465: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
1466: l_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
1467: 'LAST_ACCEPT_DATE', --IN
1468: p_ld_cal_type, --IN
1469: p_ld_seq_num, --IN
1470: lc_org_unit, --IN

Line 1643: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val

1639: lc_program_type, --OUT
1640: lc_org_unit --OUT
1641: );
1642:
1643: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
1644: l_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
1645: 'LAST_ACCEPT_DATE', --IN
1646: p_ld_cal_type, --IN
1647: p_ld_seq_num, --IN

Line 1644: l_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(

1640: lc_org_unit --OUT
1641: );
1642:
1643: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
1644: l_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
1645: 'LAST_ACCEPT_DATE', --IN
1646: p_ld_cal_type, --IN
1647: p_ld_seq_num, --IN
1648: lc_org_unit, --IN

Line 1830: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val

1826: lc_program_type, --OUT
1827: lc_org_unit --OUT
1828: );
1829:
1830: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
1831: l_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
1832: 'LAST_ACCEPT_DATE', --IN
1833: p_ld_cal_type, --IN
1834: p_ld_seq_num, --IN

Line 1831: l_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(

1827: lc_org_unit --OUT
1828: );
1829:
1830: --Get the Last Accept Date by using the API igs_ca_compute_da_val_pkg.cal_da_elt_val
1831: l_last_accept_date := igs_ca_compute_da_val_pkg.cal_da_elt_val(
1832: 'LAST_ACCEPT_DATE', --IN
1833: p_ld_cal_type, --IN
1834: p_ld_seq_num, --IN
1835: lc_org_unit, --IN