DBA Data[Home] [Help]

APPS.MRP_RESCHEDULE_PO dependencies on MRP_AP_APPS_INSTANCES_ALL

Line 57: from MRP_AP_APPS_INSTANCES_ALL

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