DBA Data[Home] [Help]

APPS.PO_VAL_LINES dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 3117: from financials_system_parameters;

3113: -- SQL What : Get the default inv org id
3114: -- SQL Why : To pass to the Opm Validations
3115: select inventory_organization_id
3116: into l_def_inv_org_id
3117: from financials_system_parameters;
3118:
3119: l_input_size := p_line_id_tbl.COUNT;
3120:
3121: l_inv_org_id_tbl := PO_TBL_NUMBER();

Line 3183: from financials_system_parameters;

3179: -- SQL What : Get the default inv org id
3180: -- SQL Why : To pass to the Opm Validations
3181: select inventory_organization_id
3182: into l_def_inv_org_id
3183: from financials_system_parameters;
3184:
3185: l_input_size := p_line_id_tbl.COUNT;
3186:
3187: l_inv_org_id_tbl := PO_TBL_NUMBER();