DBA Data[Home] [Help]

APPS.OKL_CHECKLIST_PVT dependencies on OKL_DATA_SRC_FNCTNS_V

Line 1403: FROM OKL_DATA_SRC_FNCTNS_V fun

1399:
1400: CURSOR c_fun (p_id number)
1401: IS
1402: SELECT 1
1403: FROM OKL_DATA_SRC_FNCTNS_V fun
1404: WHERE fun.id = p_id
1405: ;
1406:
1407: BEGIN

Line 3738: -- 8. FUNCTION_ID is referring from OKL_DATA_SRC_FNCTNS_V

3734: -- 6. FUNCTION_VALIDATE_RSTS is referring from fnd_lookups type
3735: -- = 'OKL_FUN_VALIDATE_RSTS'
3736: -- 7. System will defaulting DNZ_CHECKLIST_OBJ_ID from the
3737: -- corresponding okl_chekclists.CHECKLIST_OBJ_ID
3738: -- 8. FUNCTION_ID is referring from OKL_DATA_SRC_FNCTNS_V
3739: -- 9. MANDATORY_FLAG, USER_COMPLETE_FLAG and APPEAL_FLAG will defult to 'N'
3740: -- Parameters :
3741: -- Version : 1.0
3742: -- End of comments