DBA Data[Home] [Help]

APPS.PO_CREATE_REQUISITION_SV dependencies on PO_SUPPLY

Line 1549: l_create_req_supply := PO_SUPPLY.create_req(l_header_rec.requisition_header_id,

1545: END LOOP;
1546:
1547: -- Create Supply Record for the Requisition.
1548:
1549: l_create_req_supply := PO_SUPPLY.create_req(l_header_rec.requisition_header_id,
1550: 'REQ HDR');
1551:
1552: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1553: RAISE FND_API.G_EXC_ERROR;