DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_SKILLS_PUB dependencies on JTF_RESOURCE_UTL

Line 993: l_product_org_id := nvl(JTF_RESOURCE_UTL.GET_INVENTORY_ORG_ID, -1);

989: RAISE fnd_api.g_exc_unexpected_error;
990: END IF;
991:
992: IF ( l_product_org_id is NULL ) THEN
993: l_product_org_id := nvl(JTF_RESOURCE_UTL.GET_INVENTORY_ORG_ID, -1);
994: END IF;
995:
996: -- Cannot cascade if product_id is not null and component or problem code is given.
997:

Line 1494: l_product_org_id := nvl(JTF_RESOURCE_UTL.GET_INVENTORY_ORG_ID, -1);

1490:
1491: -- Create component level skill rating for unrated component
1492: IF (SKILL_CURR_REC.PRODUCT_ID IS NULL) THEN
1493:
1494: l_product_org_id := nvl(JTF_RESOURCE_UTL.GET_INVENTORY_ORG_ID, -1);
1495: CREATE_UNRATED_PROD_SKILLS(
1496: P_API_VERSION => l_api_version,
1497: P_INIT_MSG_LIST => l_init_msg_list,
1498: P_COMMIT => l_commit,