DBA Data[Home] [Help]

APPS.CN_PERIOD_QUOTAS_PKG dependencies on CN_PERIOD_QUOTAS_PKG

Line 1: PACKAGE BODY cn_period_quotas_pkg AS

1: PACKAGE BODY cn_period_quotas_pkg AS
2: /* $Header: cnprdqob.pls 120.3 2006/03/22 05:53:28 chanthon ship $ */
3:
4: /* ------------------------------------------------------------------------+
5: | Public Routine Bodies |

Line 70: -- Notes: This is the table handler for the CN_Period_Quotas_Pkg

66: -- Purpose: Depending on the Operation the right procudure,
67: -- Insert_record, Delete_Records, Lock_Record or
68: -- Update_Record is called
69: --
70: -- Notes: This is the table handler for the CN_Period_Quotas_Pkg
71: --
72: --
73: PROCEDURE begin_record (
74: x_operation VARCHAR2,

Line 843: END cn_period_quotas_pkg;

839: WHEN NO_DATA_FOUND
840: THEN
841: NULL;
842: END sync_itd_values;
843: END cn_period_quotas_pkg;