DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_REP_UTILITY dependencies on JG_ZZ_VAT_REP_ENTITIES_PKG

Line 25: Added third argument lx_row_id in call to jg_zz_vat_rep_entities_pkg.insert_row API,

21: Added code to hanlde ALL for pv_source
22: in get_last_processed_date procedure.
23:
24: 2. 23-Jun-2006 Bhavik. Version 120.5 xBuild-7
25: Added third argument lx_row_id in call to jg_zz_vat_rep_entities_pkg.insert_row API,
26: as the signature of this API has been changed. Please refer bug# 5166688 for details
27: regarding change in signature of table handler APIs.
28:
29: 3. 10-jul-2006 Aparajita. Version#120.6. UT bug fix.

Line 1196: jg_zz_vat_rep_entities_pkg.insert_row

1192: lr_record.last_updated_by := fnd_global.user_id;
1193: lr_record.last_update_date := sysdate;
1194: lr_record.last_update_login := fnd_global.login_id;
1195:
1196: jg_zz_vat_rep_entities_pkg.insert_row
1197: (
1198: x_record => lr_record,
1199: x_vat_reporting_entity_id => xn_vat_reporting_entity_id,
1200: x_row_id => lx_row_id