DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on WIP_ENTITIES

Line 798: from wip_entities

794: l_we_id number;
795: begin
796: select wip_entity_id
797: into l_we_id
798: from wip_entities
799: where wip_entity_name = p_job_name
800: and organization_id = p_org_id;
801: return l_we_id;
802: exception

Line 894: from wip_entities

890: begin
891:
892: select organization_id
893: into l_org_id
894: from wip_entities
895: where wip_entity_id = p_wip_entity_id;
896:
897: l_value := wip_ws_util.get_preference_value_code(p_pref_id => 26,
898: p_resp_key => WIP_WS_UTIL.get_current_resp_key,