DBA Data[Home] [Help]

APPS.GMS_LD_PKG dependencies on GMS_AWARDS_DIST_PKG

Line 682: x_award_set_id := GMS_AWARDS_DIST_PKG.get_award_set_id ;

678:
679: IF x_award_id = 0 then
680: return false ;
681: end if ;
682: x_award_set_id := GMS_AWARDS_DIST_PKG.get_award_set_id ;
683: x_adl_rec.award_set_id := x_award_set_id ;
684: X_adl_rec.adl_line_num := 1 ;
685: -- -----------------------------------------------------------
686: -- BUG: 1363695 - CDL line num is missing into ADLS.

Line 701: GMS_AWARDS_DIST_PKG.create_adls(x_adl_rec) ;

697: x_adl_rec.billed_flag := 'N' ;
698: X_adl_rec.adl_status := 'A' ;
699: X_adl_rec.line_type := 'R' ;
700: X_adl_rec.cost_distributed_flag := 'N' ;
701: GMS_AWARDS_DIST_PKG.create_adls(x_adl_rec) ;
702:
703: return TRUE ;
704: exception
705: when others then