DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on CSD_FLOW_STATUSES_B

Line 920: FROM CSD_FLOW_STATUSES_B

916:
917: -- Get status_id from status_Code
918: CURSOR flow_stat_cur(p_repair_status VARCHAR2) IS
919: SELECT FLOW_STATUS_ID
920: FROM CSD_FLOW_STATUSES_B
921: WHERE FLOW_STATUS_CODE = p_repair_status;
922:
923:
924: BEGIN