DBA Data[Home] [Help]

APPS.CN_NOTIFY_AIA_OM dependencies on CN_REPOSITORIES

Line 29: CURSOR batch_size IS SELECT system_batch_size FROM cn_repositories WHERE org_id = x_org_id;

25: x_end_date DATE;
26: x_rowid ROWID;
27: l_sys_batch_size NUMBER;
28:
29: CURSOR batch_size IS SELECT system_batch_size FROM cn_repositories WHERE org_id = x_org_id;
30:
31:
32: BEGIN
33: IF (debug_pipe IS NOT NULL) THEN