DBA Data[Home] [Help]

APPS.INV_SHORTCHECKEXEC_PVT dependencies on MTL_SHORT_CHK_PARAM

Line 583: FROM mtl_short_chk_param

579: DECODE(check_oe_flag,1,oe_notif_item_planner_flag,2)
580: oe_notif_item_planner_flag,
581: DECODE(check_oe_flag,1,oe_notif_so_creator_flag,2)
582: oe_notif_so_creator_flag
583: FROM mtl_short_chk_param
584: WHERE organization_id = p_organization_id;
585: --
586: L_ShortParam_rec L_ShortParam_csr%ROWTYPE;
587: --