DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_PARAMETERS

Line 5919: from wip_parameters

5915:
5916: if l_supply_subinventory is null then
5917: select default_pull_supply_subinv, default_pull_supply_locator_id
5918: into l_supply_subinventory, l_supply_locator_id
5919: from wip_parameters
5920: where organization_id = p_org_id;
5921: end if;
5922:
5923: if l_supply_subinventory is null then

Line 6045: from wip_parameters

6041:
6042: if l_supply_subinventory is null then
6043: select default_pull_supply_subinv, default_pull_supply_locator_id
6044: into l_supply_subinventory, l_supply_locator_id
6045: from wip_parameters
6046: where organization_id = p_org_id;
6047: end if;
6048:
6049: if l_supply_subinventory is null then

Line 10655: from wip_parameters

10651: --Bug 5112899: Start of changes
10652: l_stmt_num := 860.1;
10653: select include_component_yield
10654: into l_include_yield
10655: from wip_parameters
10656: where organization_id = v_wlji_org_id(v_idx);
10657: l_stmt_num := 860.2;
10658: --Bug 5112899: Start of changes
10659: IF v_wsli(v_wlji_src_line_id(v_idx)).comp_issue_quantity IS NULL THEN

Line 12393: -- p_po_creation_time: => pass the value of po_creation_time in wip_parameters for the org

12389: --
12390: -- p_src_client_server: 1 => this procedure is being called from client side,
12391: -- other => server side call.
12392: --
12393: -- p_po_creation_time: => pass the value of po_creation_time in wip_parameters for the org
12394: -------------------------------------------------------------------------------------------------
12395:
12396: --
12397: -- R12Dev: for secondary quantity

Line 21017: wip_parameters params

21013: l_po_creation_time,
21014: l_est_scrap_account,
21015: l_est_scrap_var_account
21016: from wip_accounting_classes wac,
21017: wip_parameters params
21018: where wac.class_code(+)= p_class_code
21019: and wac.organization_id(+)= p_org_id
21020: and params.organization_id = p_org_id;
21021: