DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on MO_GLOBAL

Line 1482: AND org_id = mo_global.get_current_org_id()

1478: --SELECT 1 INTO l_dummy_ctr
1479: -- FROM MTL_PROJECT_V
1480: FROM PJM_PROJECTS_ORG_OU_SECURE_V
1481: WHERE project_id=p_prd_workorder_rec.PROJECT_ID
1482: AND org_id = mo_global.get_current_org_id()
1483: -- added following filter to fix bug# 8662561 (FP for 8630840)
1484: AND inventory_organization_id = p_prd_workorder_rec.organization_id;
1485:
1486: IF l_dummy_ctr=0 THEN

Line 11815: --mo_global.init('AHL');

11811:
11812: BEGIN
11813:
11814: --fnd_global.APPS_INITIALIZE(fnd_global.USER_ID, 62211, 867);
11815: --mo_global.init('AHL');
11816:
11817: -- 1. Initialize error message stack by default
11818: FND_MSG_PUB.Initialize;
11819:

Line 11837: fnd_file.put_line(fnd_file.log, 'mo_global.get_current_org_id -> '|| mo_global.get_current_org_id());

11833: fnd_file.put_line(fnd_file.log, 'p_department_id -> '|| p_department_id);
11834: fnd_file.put_line(fnd_file.log, 'fnd_global.USER_ID -> '|| fnd_global.USER_ID);
11835: fnd_file.put_line(fnd_file.log, 'fnd_global.RESP_ID -> '||fnd_global.RESP_ID);
11836: fnd_file.put_line(fnd_file.log, 'fnd_global.PROG_APPL_ID -> '|| fnd_global.PROG_APPL_ID);
11837: fnd_file.put_line(fnd_file.log, 'mo_global.get_current_org_id -> '|| mo_global.get_current_org_id());
11838:
11839: l_wo_count := 0;
11840:
11841: -- 3. Only visit number is passed