DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on FND_API

Line 4386: p_init_msg_list => FND_API.G_FALSE ,

4382: (p_api_version => 1.0,
4383: p_entity_type => 'PO_LINE_LOCATIONS',
4384: p_entity_id_tbl => l_po_line_loc_tab,
4385: p_final_match_flag => 'Y',
4386: p_init_msg_list => FND_API.G_FALSE ,
4387: p_commit => FND_API.G_FALSE ,
4388: x_ret_status => l_ret_status,
4389: x_msg_count => l_msg_count,
4390: x_msg_data => l_msg_data);

Line 4387: p_commit => FND_API.G_FALSE ,

4383: p_entity_type => 'PO_LINE_LOCATIONS',
4384: p_entity_id_tbl => l_po_line_loc_tab,
4385: p_final_match_flag => 'Y',
4386: p_init_msg_list => FND_API.G_FALSE ,
4387: p_commit => FND_API.G_FALSE ,
4388: x_ret_status => l_ret_status,
4389: x_msg_count => l_msg_count,
4390: x_msg_data => l_msg_data);
4391:

Line 4392: IF l_ret_status = FND_API.G_RET_STS_SUCCESS THEN

4388: x_ret_status => l_ret_status,
4389: x_msg_count => l_msg_count,
4390: x_msg_data => l_msg_data);
4391:
4392: IF l_ret_status = FND_API.G_RET_STS_SUCCESS THEN
4393:
4394:
4395: Update_Final_Match_Flag(l_line_location_id, 'D',
4396: l_curr_calling_sequence, p_invoice_id);

Line 6386: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

6382: x_msg_count => l_msg_count,
6383: x_msg_data => l_msg_data,
6384: x_pay_when_paid => l_hold_required);
6385:
6386: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
6387: Print_Debug(l_debug_loc, 'error occured while pay when paid check for po_heade_id : '||i.po_header_id );
6388: APP_EXCEPTION.raise_exception;
6389: END IF;
6390:

Line 6465: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

6461: x_msg_count => l_msg_count,
6462: x_msg_data => l_msg_data,
6463: x_hold_required => l_hold_required);
6464:
6465: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
6466: Print_Debug(l_debug_loc, 'error occured while po deliverable check for po_heade_id : '||i.po_header_id );
6467: APP_EXCEPTION.raise_exception;
6468: END IF;
6469:

Line 6649: IF L_return_status <> FND_API.G_RET_STS_SUCCESS THEN

6645: ,X_AMOUNT_CANCELLED => l_amount_cancelled
6646: ,X_RETURN_STATUS => l_return_status );
6647:
6648:
6649: IF L_return_status <> FND_API.G_RET_STS_SUCCESS THEN
6650: l_debug_info := 'Partial funds check failed:
6651: AP_INTG_DOCUMENT_FUNDS_GRP.Get_Funding_Info returned invalid status.';
6652: Print_Debug(l_debug_loc, l_debug_info);
6653: --start bug#9868268