DBA Data[Home] [Help]

APPS.CN_RAM_ADJUSTMENTS_PKG dependencies on CN_REPOSITORIES

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

50: x_rowid ROWID;
51: x_last_A_customer_trx_id NUMBER;
52: l_sys_batch_size NUMBER;
53:
54: CURSOR batch_size IS SELECT system_batch_size FROM cn_repositories WHERE org_id = x_org_id;
55:
56:
57: BEGIN
58: IF (debug_pipe IS NOT NULL) THEN