DBA Data[Home] [Help]

APPS.AHL_PC_HEADER_PVT dependencies on AHL_GENERIC_APRV_PVT

Line 1349: AHL_DEBUG_PUB.debug('PCH -- PVT -- Before calling ahl_generic_aprv_pvt.start_wf_process');

1345: RAISE FND_API.G_EXC_ERROR;
1346: -- Else start PCWF workflow process for this PC
1347: ELSE
1348: IF G_DEBUG='Y' THEN
1349: AHL_DEBUG_PUB.debug('PCH -- PVT -- Before calling ahl_generic_aprv_pvt.start_wf_process');
1350: END IF;
1351: ahl_generic_aprv_pvt.start_wf_process
1352: (
1353: P_OBJECT => l_object,

Line 1351: ahl_generic_aprv_pvt.start_wf_process

1347: ELSE
1348: IF G_DEBUG='Y' THEN
1349: AHL_DEBUG_PUB.debug('PCH -- PVT -- Before calling ahl_generic_aprv_pvt.start_wf_process');
1350: END IF;
1351: ahl_generic_aprv_pvt.start_wf_process
1352: (
1353: P_OBJECT => l_object,
1354: P_ACTIVITY_ID => l_activity_id,
1355: P_APPROVAL_TYPE => l_approval_type,

Line 1366: AHL_DEBUG_PUB.debug('PCH -- PVT -- After calling ahl_generic_aprv_pvt.start_wf_process');

1362: P_WORKFLOWPROCESS => l_process_name,
1363: P_ITEM_TYPE => l_item_type
1364: );
1365: IF G_DEBUG='Y' THEN
1366: AHL_DEBUG_PUB.debug('PCH -- PVT -- After calling ahl_generic_aprv_pvt.start_wf_process');
1367: END IF;
1368: END IF;
1369: ELSE
1370: -- If workflow process is inactive, then force complete the PC