DBA Data[Home] [Help]

APPS.PAY_IE_TAX_VAL dependencies on FND_GLOBAL

Line 445: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

441: l_usc_tax_todate NUMBER;
442: --13359423
443:
444: BEGIN
445: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
446: retcode := 1;
447: -- Bug 5724436, the audit report will be called only in mode="Validate"
448: IF p_validate_mode <> 'IE_VALIDATE' THEN
449: fnd_file.put_line(fnd_file.output,lpad('PPS Number',11, ' ')||lpad('Works Number',15,' ')||lpad('Status',30,' ')); --4878630

Line 1725: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

1721: l_total_YEARLY_USC_RATE_4 TrailRec.total_YEARLY_USC_RATE_4%type;
1722: --
1723:
1724: BEGIN
1725: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
1726:
1727: Begin
1728: Delete from pay_ie_tax_error;
1729: if sql%rowcount > 0 then

Line 3051: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

3047: BodyRec c_body%rowtype;
3048: TrailRec c_trailer%rowtype;
3049:
3050: BEGIN
3051: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
3052:
3053:
3054: Begin
3055: Delete from pay_ie_tax_error;

Line 3592: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

3588: r_paye_details c_get_paye_details%ROWTYPE;
3589: r_empty_details c_get_paye_details%ROWTYPE;
3590:
3591: BEGIN
3592: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
3593: retcode := 1;
3594: -- Bug 5724436, the audit report will be called only in mode="Validate"
3595: IF p_validate_mode <> 'IE_VALIDATE' THEN
3596: fnd_file.put_line(fnd_file.output,lpad('PPS Number',11, ' ')||lpad('Works Number',15,' ')||lpad('Status',30,' ')); --4878630