DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on FND_REQUEST

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

1136: IF l_save_output_flag = 'Y' THEN
1137: l_save_op_flag_bool := TRUE;
1138: ELSE l_save_op_flag_bool := FALSE;
1139: END IF;
1140: result_print := FND_REQUEST.SET_PRINT_OPTIONS(l_printer,l_print_style,l_number_of_copies,
1141: l_save_op_flag_bool,'N');
1142:
1143: -- MOAC changes for R12
1144: FND_REQUEST.set_org_id(G_ORG_ID);

Line 1144: FND_REQUEST.set_org_id(G_ORG_ID);

1140: result_print := FND_REQUEST.SET_PRINT_OPTIONS(l_printer,l_print_style,l_number_of_copies,
1141: l_save_op_flag_bool,'N');
1142:
1143: -- MOAC changes for R12
1144: FND_REQUEST.set_org_id(G_ORG_ID);
1145:
1146: /* submit request to print report */
1147: /* IC Upgrade: Since we may process mutiple transaction source at once, we can not
1148: submit the transaction source parameter */

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

1145:
1146: /* submit request to print report */
1147: /* IC Upgrade: Since we may process mutiple transaction source at once, we can not
1148: submit the transaction source parameter */
1149: req_id := FND_REQUEST.SUBMIT_REQUEST('PA', 'PAAPIMPR', '', '', FALSE, '', /*G_TRANSACTION_SOURCE,*/
1150: G_SYSTEM_LINKAGE, '', G_REQUEST_ID);
1151:
1152: IF (req_id = 0) THEN
1153: --FND_MESSAGE.RAISE_ERROR;