DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_UPDATE_PKG dependencies on CSP_INV_LOC_ASSIGNMENTS

Line 463: from csp_inv_loc_assignments cila,

459: and to_organization_id = v_to_org_id;
460:
461: cursor c_default_defective is
462: select cila.organization_id,cila.subinventory_code
463: from csp_inv_loc_assignments cila,
464: jtf_task_assignments jta
465: where cila.default_code = 'OUT'
466: and cila.resource_type = jta.resource_type_code
467: and cila.resource_id = jta.resource_id