DBA Data[Home] [Help]

APPS.PO_VAL_LINES dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 2170: from financials_system_parameters;

2166: -- SQL What : Get the default inv org id
2167: -- SQL Why : To pass to the Opm Validations
2168: select inventory_organization_id
2169: into l_def_inv_org_id
2170: from financials_system_parameters;
2171:
2172: l_input_size := p_line_id_tbl.COUNT;
2173:
2174: l_inv_org_id_tbl := PO_TBL_NUMBER();

Line 2236: from financials_system_parameters;

2232: -- SQL What : Get the default inv org id
2233: -- SQL Why : To pass to the Opm Validations
2234: select inventory_organization_id
2235: into l_def_inv_org_id
2236: from financials_system_parameters;
2237:
2238: l_input_size := p_line_id_tbl.COUNT;
2239:
2240: l_inv_org_id_tbl := PO_TBL_NUMBER();