DBA Data[Home] [Help]

APPS.AHL_OSP_PO_REQ_PVT dependencies on FND_REQUEST

Line 1072: FND_REQUEST.SET_ORG_ID(l_curr_org_id);

1068:
1069: BEGIN
1070: -- Added by jaramana on Feb 7, 2008
1071: l_curr_org_id := MO_GLOBAL.get_current_org_id();
1072: FND_REQUEST.SET_ORG_ID(l_curr_org_id);
1073:
1074: x_request_id := FND_REQUEST.SUBMIT_REQUEST(
1075: application => G_PO_APP_CODE,
1076: program => G_REQIMPORT_PROG_CODE,

Line 1074: x_request_id := FND_REQUEST.SUBMIT_REQUEST(

1070: -- Added by jaramana on Feb 7, 2008
1071: l_curr_org_id := MO_GLOBAL.get_current_org_id();
1072: FND_REQUEST.SET_ORG_ID(l_curr_org_id);
1073:
1074: x_request_id := FND_REQUEST.SUBMIT_REQUEST(
1075: application => G_PO_APP_CODE,
1076: program => G_REQIMPORT_PROG_CODE,
1077: argument1 => AHL_GLOBAL.AHL_APP_SHORT_NAME, -- Origin of requisition (INTERFACE_SOURCE_CODE)
1078: argument2 => p_osp_order_id, -- ID of batch to be imported (BATCH_ID)