DBA Data[Home] [Help]

APPS.CSF_GANTT_DATA_PKG dependencies on JTF_RS_RESOURCE_EXTNS

Line 320: From JTF_RS_RESOURCE_EXTNS

316: WHERE instance_id = b_customer_product_id;
317:
318: Cursor C_Res_TimeZone Is
319: Select TIME_ZONE
320: From JTF_RS_RESOURCE_EXTNS
321: Where RESOURCE_ID = p_resource_id
322: ;
323: Cursor c_res_tz
324: IS

Line 905: From JTF_RS_RESOURCE_EXTNS

901: WHERE instance_id = b_customer_product_id;
902:
903: Cursor C_Res_TimeZone Is
904: Select TIME_ZONE
905: From JTF_RS_RESOURCE_EXTNS
906: Where RESOURCE_ID = p_resource_id
907: ;
908: Cursor c_res_tz
909: IS