DBA Data[Home] [Help]

APPS.GMS_AP_API dependencies on GMS_PA_API

Line 214: IF NOT gms_pa_api.vert_install THEN

210: l_adl_rec gms_award_distributions%ROWTYPE ;
211: BEGIN
212: lb_return := TRUE ;
213: -- IF NOT gms_install.enabled THEN -- Bug 3002305.
214: IF NOT gms_pa_api.vert_install THEN
215: RETURN lb_return ;
216: END IF ;
217:
218: IF P_EVENT = 'AWARD_SET_ID_REQUEST' THEN

Line 322: IF NOT gms_pa_api.vert_install THEN

318: l_ap_rec c_ap_rec%ROWTYPE ;
319: l_adl_rec gms_award_distributions%ROWTYPE ;
320: BEGIN
321: -- IF NOT gms_install.enabled THEN -- Bug 3002305
322: IF NOT gms_pa_api.vert_install THEN
323: return ;
324: END IF ;
325: IF p_mode = 'AP' THEN
326: FOR LOOP_AP_REC IN C_AP_REC LOOP

Line 524: IF NOT gms_pa_api.vert_install THEN

520: and distribution_line_number = p_next_dist_line_num
521: and invoice_distribution_id = p_invoice_distribution_id; -- AP Line change: added additional join
522: BEGIN
523: -- IF NOT gms_install.enabled THEN -- Bug 3002305
524: IF NOT gms_pa_api.vert_install THEN
525: return ;
526: END IF ;
527:
528: OPEN C_get_adl_id ;

Line 802: IF NOT gms_pa_api.vert_install THEN

798: -- Verify that grants is enabled.
799: -- End of comments.
800: --
801: -- IF NOT gms_install.enabled THEN -- Bug 3002305
802: IF NOT gms_pa_api.vert_install THEN
803: return ;
804: END IF ;
805:
806: -- Load the collection with the AP inv dist data first.

Line 1237: RETURN gms_pa_api.vert_install;

1233:
1234: /* Added for Bug 5194359 */
1235: FUNCTION vert_install RETURN BOOLEAN IS
1236: BEGIN
1237: RETURN gms_pa_api.vert_install;
1238: END vert_install;
1239:
1240: END GMS_AP_API;