DBA Data[Home] [Help]

APPS.GCS_TEMPLATES_DYNAMIC_PKG dependencies on GCS_TEMPLATES_PKG

Line 29: -- GCS_TEMPLATES_PKG.Balance(1, cta_temp)

25: -- p_threshold Threshold under which you should balance. If
26: -- the amount of difference is over the threshold
27: -- then an exception will be raised.
28: -- Example
29: -- GCS_TEMPLATES_PKG.Balance(1, cta_temp)
30: -- Notes
31: --
32: PROCEDURE Balance(
33: p_entry_id NUMBER,

Line 34: p_template GCS_TEMPLATES_PKG.TemplateRecord,

30: -- Notes
31: --
32: PROCEDURE Balance(
33: p_entry_id NUMBER,
34: p_template GCS_TEMPLATES_PKG.TemplateRecord,
35: p_bal_type_code VARCHAR2,
36: p_hierarchy_id NUMBER,
37: p_entity_id NUMBER,
38: p_threshold NUMBER DEFAULT 0,