DBA Data[Home] [Help]

APPS.PAY_IE_TAX_VAL dependencies on FND_GLOBAL

Line 83: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

79: BodyRec c_body%rowtype;
80: TrailRec c_trailer%rowtype;
81:
82: BEGIN
83: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
84:
85:
86: Begin
87: Delete from pay_ie_tax_error;

Line 624: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

620: r_paye_details c_get_paye_details%ROWTYPE;
621: r_empty_details c_get_paye_details%ROWTYPE;
622:
623: BEGIN
624: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
625: retcode := 1;
626: -- Bug 5724436, the audit report will be called only in mode="Validate"
627: IF p_validate_mode <> 'IE_VALIDATE' THEN
628: fnd_file.put_line(fnd_file.output,lpad('PPS Number',11, ' ')||lpad('Works Number',15,' ')||lpad('Status',30,' ')); --4878630