DBA Data[Home] [Help]

APPS.BOM_SUB_RESOURCES_PKG dependencies on FND_API

Line 934: x_return_status := fnd_api.g_ret_sts_error;

930: end if;
931: end if;
932: end if;
933: if (error_exists = true) then
934: x_return_status := fnd_api.g_ret_sts_error;
935: x_msg_data := fnd_message.get;
936: x_operation_seq_num := cur_op.operation_seq_num;
937: return;
938: end if;

Line 950: x_return_status := fnd_api.g_ret_sts_unexp_error;

946: end loop;
947: end loop;
948: EXCEPTION
949: WHEN OTHERS THEN
950: x_return_status := fnd_api.g_ret_sts_unexp_error;
951: END Validate_Schedule_Flag;
952:
953:
954: END BOM_SUB_RESOURCES_PKG;