DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on GMS_AP_API

Line 17124: IF GMS_AP_API.gms_debug_switch(AP_IMPORT_INVOICES_PKG.g_debug_switch) THEN

17120: -- Else ignore the call.
17121: IF ( l_current_invoice_status = 'Y' AND p_invoice_lines_rec.project_id is not null ) THEN
17122: debug_info := 'AWARD_ID_REQUEST :(v_check_line_award_info 1) Check '
17123: ||'GMS Info ';
17124: IF GMS_AP_API.gms_debug_switch(AP_IMPORT_INVOICES_PKG.g_debug_switch) THEN
17125: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') THEN
17126: AP_IMPORT_UTILITIES_PKG.Print(
17127: AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
17128: END IF;

Line 17132: IF ( GMS_AP_API.v_check_line_award_info (

17128: END IF;
17129: END IF;
17130:
17131: /*Bug#10235692 - passing 'APTXNIMP' to p_calling_sequence */
17132: IF ( GMS_AP_API.v_check_line_award_info (
17133: p_invoice_lines_rec.invoice_line_id,
17134: p_invoice_lines_rec.amount,
17135: p_invoice_lines_rec.base_amount,
17136: p_invoice_lines_rec.dist_code_concatenated,

Line 17200: IF GMS_AP_API.gms_debug_switch(AP_IMPORT_INVOICES_PKG.g_debug_switch)

17196: p_default_last_update_login,
17197: 'APTXNIMP',
17198: l_award_id,
17199: 'AWARD_SET_ID_REQUEST' ) <> TRUE ) THEN
17200: IF GMS_AP_API.gms_debug_switch(AP_IMPORT_INVOICES_PKG.g_debug_switch)
17201: THEN
17202: AP_IMPORT_UTILITIES_PKG.Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,
17203: '(v_check_line_project_info 3) Invalid GMS Info:Reject');
17204: END IF;

Line 17262: IF GMS_AP_API.gms_debug_switch(AP_IMPORT_INVOICES_PKG.g_debug_switch)

17258: -- Added following IF condition so that GMS API will be
17259: -- called only when award_id is not null
17260: IF (l_current_invoice_status = 'Y' AND l_award_id is not null) THEN
17261: debug_info := 'AWARD_ID_REMOVE :(v_check_line_award_info 1) Check GMS Info ';
17262: IF GMS_AP_API.gms_debug_switch(AP_IMPORT_INVOICES_PKG.g_debug_switch)
17263: THEN
17264: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') THEN
17265: AP_IMPORT_UTILITIES_PKG.Print(
17266: AP_IMPORT_INVOICES_PKG.g_debug_switch, debug_info);

Line 17271: IF GMS_AP_API.v_check_line_award_info (

17267: END IF;
17268: END IF;
17269:
17270: /*Bug#10235692 - passing 'APTXNIMP' to p_calling_sequence */
17271: IF GMS_AP_API.v_check_line_award_info (
17272: p_invoice_lines_rec.invoice_line_id ,
17273: p_invoice_lines_rec.amount,
17274: p_invoice_lines_rec.base_amount,
17275: p_invoice_lines_rec.dist_code_concatenated,

Line 17339: IF GMS_AP_API.gms_debug_switch(AP_IMPORT_INVOICES_PKG.g_debug_switch)

17335: p_default_last_update_login,
17336: 'APTXNIMP',
17337: l_award_id,
17338: 'AWARD_SET_ID_REMOVE' ) <> TRUE THEN
17339: IF GMS_AP_API.gms_debug_switch(AP_IMPORT_INVOICES_PKG.g_debug_switch)
17340: THEN
17341: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') THEN
17342: AP_IMPORT_UTILITIES_PKG.Print(
17343: AP_IMPORT_INVOICES_PKG.g_debug_switch,

Line 19148: GMS_AP_API.GET_DIST_SET_AWARD(

19144: l_award_id := p_invoice_lines_rec.award_id;
19145: END IF;
19146:
19147: IF (l_award_set_id IS NOT NULL) THEN
19148: GMS_AP_API.GET_DIST_SET_AWARD(
19149: l_dist_set_id,
19150: l_dset_lines_tab(i).distribution_set_line_number,
19151: l_award_set_id,
19152: l_award_id);

Line 19180: GMS_AP_API.GET_DIST_SET_AWARD(

19176: -- to derive the actual award id and the same must be stored in
19177: -- the distributions when they are created.
19178: -- The call is commented out because it does not exist in 11.6 yet.
19179: IF (l_award_set_id IS NOT NULL) THEN
19180: GMS_AP_API.GET_DIST_SET_AWARD(
19181: l_dist_set_id,
19182: l_dset_lines_tab(i).distribution_set_line_number,
19183: l_award_set_id,
19184: l_award_id);

Line 19198: IF (GMS_AP_API.v_check_line_award_info (

19194: AP_IMPORT_INVOICES_PKG.g_debug_switch, debug_info);
19195: END IF;
19196:
19197: /*Bug#10235692 - passing 'APTXNIMP' to p_calling_sequence */
19198: IF (GMS_AP_API.v_check_line_award_info (
19199: p_invoice_line_id => p_invoice_lines_rec.invoice_line_id,
19200: p_line_amount => l_dset_lines_tab(i).amount,
19201: p_base_line_amount => l_dset_lines_tab(i).base_amount,
19202: p_dist_code_concatenated =>

Line 19299: END IF; -- End of gms_ap_api.v_check_line_award_info.

19295: current_calling_sequence) <> TRUE) THEN
19296: RAISE dist_set_check_failure;
19297: END IF;
19298: l_current_invoice_status := 'N';
19299: END IF; -- End of gms_ap_api.v_check_line_award_info.
19300: END IF; -- end of check l_current_invoice_status
19301:
19302: -----------------------------------------------------------
19303: debug_info := '(v_check_line_dist_set 4.2.e) - ' ||

Line 19579: GMS_AP_API.validate_transaction

19575: AP_IMPORT_UTILITIES_PKG.Print(
19576: AP_IMPORT_INVOICES_PKG.g_debug_switch, debug_info);
19577: END IF;
19578:
19579: GMS_AP_API.validate_transaction
19580: ( x_project_id => l_dset_lines_tab(i).project_id,
19581: x_task_id => l_dset_lines_tab(i).task_id,
19582: x_award_id => l_award_id,
19583: x_expenditure_type => l_dset_lines_tab(i).expenditure_type,