DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on WIP_ENTITIES

Line 866: from wip_entities

862: l_we_id number;
863: begin
864: select wip_entity_id
865: into l_we_id
866: from wip_entities
867: where wip_entity_name = p_job_name
868: and organization_id = p_org_id;
869: return l_we_id;
870: exception

Line 962: from wip_entities

958: begin
959:
960: select organization_id
961: into l_org_id
962: from wip_entities
963: where wip_entity_id = p_wip_entity_id;
964:
965: l_value := wip_ws_util.get_preference_value_code(p_pref_id => 26,
966: p_resp_key => WIP_WS_UTIL.get_current_resp_key,