DBA Data[Home] [Help]

APPS.WIP_WS_TIME_ENTRY dependencies on WIP_WS_UTIL

Line 170: l_projected_completion_date := wip_ws_util.get_projected_completion_date(p_organization_id => p_organization_id,

166: end if;
167: end if;
168:
169: if p_projected_completion_date is null then
170: l_projected_completion_date := wip_ws_util.get_projected_completion_date(p_organization_id => p_organization_id,
171: p_wip_entity_id => p_wip_entity_id,
172: p_op_seq_num => p_operation_seq_num,
173: p_resource_seq_num => p_resource_seq_num,
174: p_resource_id => p_resource_id,

Line 420: l_projected_completion_date := wip_ws_util.get_projected_completion_date(p_organization_id => p_organization_id,

416: wip_logger.log('l_object_version_num: ' || l_object_version_num, l_return_status);
417: wip_logger.log('l_start_date: ' || l_start_date, l_return_status);
418: end if;
419: if l_start_date <> p_start_date then
420: l_projected_completion_date := wip_ws_util.get_projected_completion_date(p_organization_id => p_organization_id,
421: p_wip_entity_id => p_wip_entity_id,
422: p_op_seq_num => p_operation_seq_num,
423: p_resource_seq_num => p_resource_seq_num,
424: p_resource_id => p_resource_id,

Line 1614: l_time_entry_mode := wip_ws_util.get_preference_value_code(p_pref_id => G_WIP_WS_PREF_TIME_ENTRY_MODE,

1610: p_operation_seq_num => p_operation_seq_num,
1611: x_organization_id => lx_organization_id,
1612: x_department_id => lx_department_id);
1613:
1614: l_time_entry_mode := wip_ws_util.get_preference_value_code(p_pref_id => G_WIP_WS_PREF_TIME_ENTRY_MODE,
1615: p_resp_key => wip_ws_util.get_current_resp_key,
1616: p_org_id => lx_organization_id,
1617: p_dept_id => lx_department_id);
1618: return mod(l_time_entry_mode,10);

Line 1615: p_resp_key => wip_ws_util.get_current_resp_key,

1611: x_organization_id => lx_organization_id,
1612: x_department_id => lx_department_id);
1613:
1614: l_time_entry_mode := wip_ws_util.get_preference_value_code(p_pref_id => G_WIP_WS_PREF_TIME_ENTRY_MODE,
1615: p_resp_key => wip_ws_util.get_current_resp_key,
1616: p_org_id => lx_organization_id,
1617: p_dept_id => lx_department_id);
1618: return mod(l_time_entry_mode,10);
1619: END get_time_entry_mode;

Line 1676: l_charge_time_resources_pref := wip_ws_util.get_preference_value_code(p_pref_id => G_WIP_WS_PREF_CHARGE_RESOURCE,

1672: get_org_dept_ids(p_wip_entity_id => p_wip_entity_id,
1673: p_operation_seq_num => p_operation_seq_num,
1674: x_organization_id => lx_organization_id,
1675: x_department_id => lx_department_id);
1676: l_charge_time_resources_pref := wip_ws_util.get_preference_value_code(p_pref_id => G_WIP_WS_PREF_CHARGE_RESOURCE,
1677: p_resp_key => wip_ws_util.get_current_resp_key,
1678: p_org_id => lx_organization_id,
1679: p_dept_id => lx_department_id);
1680: if (p_time_entry_source = 'clock') then --time entry source is 'clock'

Line 1677: p_resp_key => wip_ws_util.get_current_resp_key,

1673: p_operation_seq_num => p_operation_seq_num,
1674: x_organization_id => lx_organization_id,
1675: x_department_id => lx_department_id);
1676: l_charge_time_resources_pref := wip_ws_util.get_preference_value_code(p_pref_id => G_WIP_WS_PREF_CHARGE_RESOURCE,
1677: p_resp_key => wip_ws_util.get_current_resp_key,
1678: p_org_id => lx_organization_id,
1679: p_dept_id => lx_department_id);
1680: if (p_time_entry_source = 'clock') then --time entry source is 'clock'
1681: if (l_charge_time_resources_pref = '2') then

Line 2012: l_projected_completion_date := wip_ws_util.get_projected_completion_date(p_organization_id => p_organization_id,

2008: if(l_return_status <> fnd_api.g_ret_sts_success) then
2009: raise fnd_api.g_exc_unexpected_error;
2010: end if;
2011: end if;
2012: l_projected_completion_date := wip_ws_util.get_projected_completion_date(p_organization_id => p_organization_id,
2013: p_wip_entity_id => p_wip_entity_id,
2014: p_op_seq_num => p_operation_seq_num,
2015: p_resource_seq_num => p_resource_seq_num,
2016: p_resource_id => p_resource_id,

Line 2025: l_projected_completion_date := wip_ws_util.get_projected_completion_date(p_organization_id => p_organization_id,

2021: where wip_entity_id = p_wip_entity_id
2022: and operation_seq_num = p_operation_seq_num
2023: and resource_seq_num = p_resource_seq_num;
2024:
2025: l_projected_completion_date := wip_ws_util.get_projected_completion_date(p_organization_id => p_organization_id,
2026: p_wip_entity_id => p_wip_entity_id,
2027: p_op_seq_num => p_operation_seq_num,
2028: p_resource_seq_num => null,
2029: p_resource_id => null,