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 198: /* changed from JGZZ_COMMON_PKG to JG_ZZ_COMMON_PKG */

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

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

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

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

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

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

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

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

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

Line 371: jg_zz_common_pkg.company_detail(x_company_name => lc_company_name

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