DBA Data[Home] [Help]

APPS.PAY_CN_BAL_UPL_STRUCT dependencies on STANDARD

Line 130: -- 1.1 19-May-03 statkar Removed coding standard errors --

126: --------------------------------------------------------------------------
127: -- Rev# Date Userid Description --
128: --------------------------------------------------------------------------
129: -- 1.0 14-May-03 statkar Created this function --
130: -- 1.1 19-May-03 statkar Removed coding standard errors --
131: -- 1.2 11-Jun-03 statkar Removed the upper clause --
132: --------------------------------------------------------------------------
133: PROCEDURE check_balance_type(p_baltype_id OUT NOCOPY NUMBER
134: ,p_baltype_name VARCHAR2

Line 254: -- 1.1 19-May-03 statkar Removed the coding standard errors --

250: --------------------------------------------------------------------------
251: -- Rev# Date Userid Description --
252: --------------------------------------------------------------------------
253: -- 1.0 14-May-03 statkar Created this function --
254: -- 1.1 19-May-03 statkar Removed the coding standard errors --
255: --------------------------------------------------------------------------
256: PROCEDURE check_balance_dim(p_baldim_id OUT NOCOPY NUMBER
257: ,p_baldim_name VARCHAR2
258: ,p_busgrp_id NUMBER

Line 693: p_standard_link_flag => 'N',

689: l_elem_link_id :=
690: pay_db_pay_setup.create_element_link (
691: p_element_name => l_element_name,
692: p_link_to_all_pyrlls_fl => 'Y',
693: p_standard_link_flag => 'N',
694: p_effective_start_date => TO_DATE('01-01-0001','DD-MM-YYYY'),
695: p_effective_end_date => TO_DATE('31-12-4712','DD-MM-YYYY'),
696: p_business_group_name => l_bg_name);
697: --