DBA Data[Home] [Help]

APPS.MRP_CL_FUNCTION dependencies on DUAL

Line 1430: FROM dual;

1426: and org.organization_id = p_org_id;
1427:
1428: CURSOR COST_C2 IS
1429: SELECT NVL(FND_PROFILE.VALUE('MSC_COST_TYPE'),1)
1430: FROM dual;
1431:
1432: l_cost_type_id NUMBER:= NULL;
1433:
1434: BEGIN

Line 1505: FROM DUAL;

1501: SELECT SYSDATE,
1502: FND_GLOBAL.USER_ID
1503: INTO v_current_date,
1504: v_current_user
1505: FROM DUAL;
1506:
1507: OPEN regions_update;
1508: FETCH regions_update into region_last_update;
1509: CLOSE regions_update;