DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_PARAMETERS

Line 5930: from wip_parameters

5926:
5927: if l_supply_subinventory is null then
5928: select default_pull_supply_subinv, default_pull_supply_locator_id
5929: into l_supply_subinventory, l_supply_locator_id
5930: from wip_parameters
5931: where organization_id = p_org_id;
5932: end if;
5933:
5934: if l_supply_subinventory is null then

Line 6061: from wip_parameters

6057:
6058: if l_supply_subinventory is null then
6059: select default_pull_supply_subinv, default_pull_supply_locator_id
6060: into l_supply_subinventory, l_supply_locator_id
6061: from wip_parameters
6062: where organization_id = p_org_id;
6063: end if;
6064:
6065: if l_supply_subinventory is null then

Line 10757: from wip_parameters

10753: --Bug 5112899: Start of changes
10754: l_stmt_num := 860.1;
10755: select include_component_yield
10756: into l_include_yield
10757: from wip_parameters
10758: where organization_id = v_wlji_org_id(v_idx);
10759: l_stmt_num := 860.2;
10760: --Bug 5112899: Start of changes
10761: IF v_wsli(v_wlji_src_line_id(v_idx)).comp_issue_quantity IS NULL THEN

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

12493: --
12494: -- p_src_client_server: 1 => this procedure is being called from client side,
12495: -- other => server side call.
12496: --
12497: -- p_po_creation_time: => pass the value of po_creation_time in wip_parameters for the org
12498: -------------------------------------------------------------------------------------------------
12499:
12500: --
12501: -- R12Dev: for secondary quantity

Line 21682: wip_parameters params

21678: l_po_creation_time,
21679: l_est_scrap_account,
21680: l_est_scrap_var_account
21681: from wip_accounting_classes wac,
21682: wip_parameters params
21683: where wac.class_code(+)= p_class_code
21684: and wac.organization_id(+)= p_org_id
21685: and params.organization_id = p_org_id;
21686: