DBA Data[Home] [Help]

APPS.PAY_GB_P6EDI_PKG dependencies on PAY_GB_TAX_CODE_INTERFACE

Line 6: -- pay_gb_tax_code_interface table

2: /* $Header: pygbp6ei.pkb 120.4 2007/11/02 10:53:34 dchindar noship $ */
3: -- --------------- p6 upload process ---------------------
4: --
5: -- uploads p6 information from flat file into
6: -- pay_gb_tax_code_interface table
7: --
8: PROCEDURE upload_p6(errbuf OUT NOCOPY VARCHAR2,
9: retcode OUT NOCOPY NUMBER,
10: p_request_id in number default null,

Line 85: -- delete from pay_gb_tax_code_interface;

81: l_processing := false;
82: -- the deletion is moved to the pyudet.run_process
83: -- else
84: -- clean the interface table
85: -- delete from pay_gb_tax_code_interface;
86: -- commit;
87: end if;
88: --
89: while l_processing loop

Line 437: INSERT INTO pay_gb_tax_code_interface(

433: begin
434: hr_utility.set_location('PAY_GB_P6EDI.write_to_database',95);
435:
436: hr_utility.trace('tushar employee name is '||employee_name_p);
437: INSERT INTO pay_gb_tax_code_interface(
438: date_of_message,
439: effective_date,
440: issue_date,
441: form_type,