DBA Data[Home] [Help]

APPS.JAI_OM_RMA_PKG dependencies on STANDARD

Line 877: IF p_item_type_code = 'STANDARD' AND

873: FETCH c_get_shippable_flag INTO lv_shippable_flag;
874: CLOSE c_get_shippable_flag;
875: -- added by Allen Yang for bug 9666476 28-apr-2010, end
876:
877: IF p_item_type_code = 'STANDARD' AND
878: p_serviced_quantity IS NULL AND
879: p_new_reference_line_id IS NOT NULL AND
880: v_chk_form IS NULL AND
881: NVL(v_exist_Flag,0) <> 1

Line 901: p_item_type_code = 'STANDARD' AND

897: AND
898: (
899: v_chk_form IS NOT NULL
900: OR (
901: p_item_type_code = 'STANDARD' AND
902: p_serviced_quantity IS NULL AND
903: p_new_reference_line_id IS NOT NULL AND
904: v_chk_form IS NULL
905: )

Line 939: p_item_type_code = 'STANDARD' AND

935: inserting
936: and (
937: v_chk_form IS NOT NULL
938: OR (
939: p_item_type_code = 'STANDARD' AND
940: p_serviced_quantity IS NULL AND
941: p_new_reference_line_id IS NOT NULL
942: )
943: )