DBA Data[Home] [Help]

APPS.MRP_RESCHEDULE_PO dependencies on MRP_AP_APPS_INSTANCES_ALL

Line 56: from MRP_AP_APPS_INSTANCES_ALL

52: v_release_num number;
53:
54: cursor check_rel_flag is
55: select ALLOW_RELEASE_FLAG, instance_code
56: from MRP_AP_APPS_INSTANCES_ALL
57: where instance_id = p_instance_id
58: and nvl(A2M_DBLINK, '-1') = p_dblink;
59:
60: X_need_by_dates_old po_tbl_date := po_tbl_date();