DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on FND_REQUEST

Line 1158: result_print := FND_REQUEST.SET_PRINT_OPTIONS(l_printer,l_print_style,l_number_of_copies,

1154: IF l_save_output_flag = 'Y' THEN
1155: l_save_op_flag_bool := TRUE;
1156: ELSE l_save_op_flag_bool := FALSE;
1157: END IF;
1158: result_print := FND_REQUEST.SET_PRINT_OPTIONS(l_printer,l_print_style,l_number_of_copies,
1159: l_save_op_flag_bool,'N');
1160:
1161: -- MOAC changes for R12
1162: FND_REQUEST.set_org_id(G_ORG_ID);

Line 1162: FND_REQUEST.set_org_id(G_ORG_ID);

1158: result_print := FND_REQUEST.SET_PRINT_OPTIONS(l_printer,l_print_style,l_number_of_copies,
1159: l_save_op_flag_bool,'N');
1160:
1161: -- MOAC changes for R12
1162: FND_REQUEST.set_org_id(G_ORG_ID);
1163:
1164: /* submit request to print report */
1165: /* IC Upgrade: Since we may process mutiple transaction source at once, we can not
1166: submit the transaction source parameter */

Line 1167: req_id := FND_REQUEST.SUBMIT_REQUEST('PA', 'PAAPIMPR', '', '', FALSE, '', /*G_TRANSACTION_SOURCE,*/

1163:
1164: /* submit request to print report */
1165: /* IC Upgrade: Since we may process mutiple transaction source at once, we can not
1166: submit the transaction source parameter */
1167: req_id := FND_REQUEST.SUBMIT_REQUEST('PA', 'PAAPIMPR', '', '', FALSE, '', /*G_TRANSACTION_SOURCE,*/
1168: G_SYSTEM_LINKAGE, '', G_REQUEST_ID);
1169:
1170: IF (req_id = 0) THEN
1171: --FND_MESSAGE.RAISE_ERROR;