DBA Data[Home] [Help]

APPS.JAI_JRG_OTH_TRIGGER_PKG dependencies on JAI_CMN_RG_OTHERS

Line 93: 1 4146822 4146708 New tables created(JAI_CMN_RG_OTHERS,JAI_CMN_RG_OTH_BALANCES)

89:
90: Sl No. Current Bug Dependent on
91: Bug/Patch set Details
92: -------------------------------------------------------------------------------------------------
93: 1 4146822 4146708 New tables created(JAI_CMN_RG_OTHERS,JAI_CMN_RG_OTH_BALANCES)
94: , columns added to tables
95: which are refered in this trigger
96:
97: --------------------------------------------------------------------------------------------------*/

Line 105: PURPOSE : To update opening balance and closing balance of JAI_CMN_RG_OTHERS and update the balance of

101: /**********************************************************************
102: CREATED BY : rchandan
103: CREATED DATE : 28-JAN-2005
104: ENHANCEMENT BUG : 4146822
105: PURPOSE : To update opening balance and closing balance of JAI_CMN_RG_OTHERS and update the balance of
106: JAI_CMN_RG_OTH_BALANCES for the inserted tax type and register id. bug# 4146708 creates the objects
107:
108: **********************************************************************/
109: ln_balance := 0 ;

Line 196: --Update closing and opening balances of JAI_CMN_RG_OTHERS accordingly.

192: );
193:
194: END IF;
195:
196: --Update closing and opening balances of JAI_CMN_RG_OTHERS accordingly.
197:
198: pr_new.opening_balance := ln_balance;
199:
200: IF pr_new.debit IS NOT NULL THEN