DBA Data[Home] [Help]

APPS.CSF_GANTT_DATA_PKG dependencies on JTF_RS_RESOURCE_EXTNS

Line 376: From JTF_RS_RESOURCE_EXTNS

372: WHERE instance_id = b_customer_product_id;
373:
374: Cursor C_Res_TimeZone Is
375: Select TIME_ZONE
376: From JTF_RS_RESOURCE_EXTNS
377: Where RESOURCE_ID = p_resource_id
378: ;
379: Cursor c_res_tz
380: IS

Line 1515: From JTF_RS_RESOURCE_EXTNS

1511: WHERE instance_id = b_customer_product_id;
1512:
1513: Cursor C_Res_TimeZone Is
1514: Select TIME_ZONE
1515: From JTF_RS_RESOURCE_EXTNS
1516: Where RESOURCE_ID = p_resource_id
1517: ;
1518: Cursor c_res_tz
1519: IS

Line 2485: From JTF_RS_RESOURCE_EXTNS

2481: WHERE instance_id = b_customer_product_id;
2482:
2483: Cursor C_Res_TimeZone Is
2484: Select TIME_ZONE
2485: From JTF_RS_RESOURCE_EXTNS
2486: Where RESOURCE_ID = p_resource_id
2487: ;
2488: Cursor c_res_tz
2489: IS

Line 3212: From JTF_RS_RESOURCE_EXTNS

3208: WHERE instance_id = b_customer_product_id;
3209:
3210: Cursor C_Res_TimeZone Is
3211: Select TIME_ZONE
3212: From JTF_RS_RESOURCE_EXTNS
3213: Where RESOURCE_ID = p_resource_id
3214: ;
3215: Cursor c_res_tz
3216: IS