DBA Data[Home] [Help]

APPS.JG_ZZ_AUDIT_AR_PKG dependencies on JG_ZZ_COMMON_PKG

Line 22: -- 120.1 01-MAR-2006 brathod Reference to jgzz_common_pkg changed to jg_zz_common_pkg

18: -- VERSION DATE AUTHOR(S) DESCRIPTION
19: -- ------- ----------- --------------- -----------------------------------------------------------
20: -- DRAFT 1A 18-Jan-2005 Murali V Initial draft version
21: -- DRAFT 1B 21-Feb-2006 Manish Upadhyay Modified as per the Review comments.
22: -- 120.1 01-MAR-2006 brathod Reference to jgzz_common_pkg changed to jg_zz_common_pkg
23: -- 120.3 26-APR-2006 brathod Bug: 5189166. Modified to correct code for Unit Testing.
24: -- 120.4 15-MAY-2006 Vijay Shankar Bug: 5125654. Rectified the issues that occured during Unit Testing.
25: -- 120.5 18-jul-2006 Aparajita Das Bug: 5225958. UT bug fix.
26: -- 120.6 04-Aug-2005 Venkataramanan S Bug 5194991 : Incorporated the reprint functionality

Line 203: /* changed from JGZZ_COMMON_PKG to JG_ZZ_COMMON_PKG */

199: -- Call to common pack for Header Info.
200: -- Calling this package first because, currency_code is needed for getting precision
201: if gv_debug then fnd_file.put_line(fnd_file.log,'Calling common pack Procedure FUNCT_CURR_LEGAL'); end if;
202:
203: /* changed from JGZZ_COMMON_PKG to JG_ZZ_COMMON_PKG */
204: JG_ZZ_COMMON_PKG.funct_curr_legal(lc_curr_code -- x_func_curr_code O VARCHAR2
205: ,lc_rep_entity_name -- x_rep_entity_name O VARCHAR2
206: ,ln_legal_entity_id -- x_legal_entity_id O NUMBER
207: ,ln_taxpayer_id -- x_taxpayer_id O NUMBER

Line 204: JG_ZZ_COMMON_PKG.funct_curr_legal(lc_curr_code -- x_func_curr_code O VARCHAR2

200: -- Calling this package first because, currency_code is needed for getting precision
201: if gv_debug then fnd_file.put_line(fnd_file.log,'Calling common pack Procedure FUNCT_CURR_LEGAL'); end if;
202:
203: /* changed from JGZZ_COMMON_PKG to JG_ZZ_COMMON_PKG */
204: JG_ZZ_COMMON_PKG.funct_curr_legal(lc_curr_code -- x_func_curr_code O VARCHAR2
205: ,lc_rep_entity_name -- x_rep_entity_name O VARCHAR2
206: ,ln_legal_entity_id -- x_legal_entity_id O NUMBER
207: ,ln_taxpayer_id -- x_taxpayer_id O NUMBER
208: ,p_vat_rep_entity_id -- pn_vat_rep_entity_id I NUMBER

Line 361: /* changed from JGZZ_COMMON_PKG to JG_ZZ_COMMON_PKG */

357: CLOSE c_count;
358:
359: if gv_debug then fnd_file.put_line(fnd_file.log,'Calling common pack Procedure TAX_REGISTRATION'); end if;
360:
361: /* changed from JGZZ_COMMON_PKG to JG_ZZ_COMMON_PKG */
362: JG_ZZ_COMMON_PKG.tax_registration(lc_tax_registration -- x_tax_registration O VARCHAR2
363: ,ld_period_start_date -- x_period_start_date O DATE
364: ,ld_period_end_date -- x_period_end_date O DATE
365: ,lc_status -- x_status O VARCHAR2

Line 362: JG_ZZ_COMMON_PKG.tax_registration(lc_tax_registration -- x_tax_registration O VARCHAR2

358:
359: if gv_debug then fnd_file.put_line(fnd_file.log,'Calling common pack Procedure TAX_REGISTRATION'); end if;
360:
361: /* changed from JGZZ_COMMON_PKG to JG_ZZ_COMMON_PKG */
362: JG_ZZ_COMMON_PKG.tax_registration(lc_tax_registration -- x_tax_registration O VARCHAR2
363: ,ld_period_start_date -- x_period_start_date O DATE
364: ,ld_period_end_date -- x_period_end_date O DATE
365: ,lc_status -- x_status O VARCHAR2
366: ,p_vat_rep_entity_id -- pn_vat_rep_entity_id I NUMBER

Line 374: /* changed from JGZZ_COMMON_PKG to JG_ZZ_COMMON_PKG */

370: );
371:
372: if gv_debug then fnd_file.put_line(fnd_file.log,'Calling common pack Procedure COMPANY_DETAIL'); end if;
373:
374: /* changed from JGZZ_COMMON_PKG to JG_ZZ_COMMON_PKG */
375:
376: jg_zz_common_pkg.company_detail(x_company_name => lc_company_name
377: ,x_registration_number => lc_registration_number
378: ,x_country => lc_country

Line 376: jg_zz_common_pkg.company_detail(x_company_name => lc_company_name

372: if gv_debug then fnd_file.put_line(fnd_file.log,'Calling common pack Procedure COMPANY_DETAIL'); end if;
373:
374: /* changed from JGZZ_COMMON_PKG to JG_ZZ_COMMON_PKG */
375:
376: jg_zz_common_pkg.company_detail(x_company_name => lc_company_name
377: ,x_registration_number => lc_registration_number
378: ,x_country => lc_country
379: ,x_address1 => lc_address1
380: ,x_address2 => lc_address2