DBA Data[Home] [Help]

APPS.PAY_GB_ENROLL_INFO_GENE dependencies on FND_REQUEST

Line 1602: l_set_layout := fnd_request.add_layout('XDO','BURST_STATUS_REPORT','en','US','PDF');

1598: AND a.application_id = t.application_id
1599: AND t.language = Userenv ('LANG')
1600: AND Substr (a.application_short_name, 1, 5) = 'PAY';
1601: fnd_file.put_line(fnd_file.LOG,'Check 1');
1602: l_set_layout := fnd_request.add_layout('XDO','BURST_STATUS_REPORT','en','US','PDF');
1603: IF l_set_layout THEN
1604: fnd_file.put_line(fnd_file.LOG,'Check 2');
1605: ELSE
1606: fnd_file.put_line(fnd_file.LOG,'Check 5');

Line 1610: p_request_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOBURSTREP',NULL,NULL,FALSE,p_request_id,'N');

1606: fnd_file.put_line(fnd_file.LOG,'Check 5');
1607: END IF;
1608:
1609: IF TO_NUMBER(l_product_release) = 11 THEN
1610: p_request_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOBURSTREP',NULL,NULL,FALSE,p_request_id,'N');
1611: fnd_file.put_line(fnd_file.LOG,'Check 3');
1612: ELSE
1613: p_request_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOBURSTREP',NULL,NULL,FALSE,'Y',p_request_id,'Y');
1614: fnd_file.put_line(fnd_file.LOG,'Check 4');

Line 1613: p_request_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOBURSTREP',NULL,NULL,FALSE,'Y',p_request_id,'Y');

1609: IF TO_NUMBER(l_product_release) = 11 THEN
1610: p_request_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOBURSTREP',NULL,NULL,FALSE,p_request_id,'N');
1611: fnd_file.put_line(fnd_file.LOG,'Check 3');
1612: ELSE
1613: p_request_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOBURSTREP',NULL,NULL,FALSE,'Y',p_request_id,'Y');
1614: fnd_file.put_line(fnd_file.LOG,'Check 4');
1615: END IF;
1616:
1617: -- Working Section For XML Bursting

Line 1623: p_request_id := fnd_request.submit_request (application => 'PAY' ,program => 'PYGBPAEIGP' ,argument1 => P_EMPLOYER ,argument2 =>P_PAYROLL ,

1619: END IF;--Mode = Generate and Mail
1620:
1621: IF P_MODE = 'GENERATE' THEN --Mode = Generate
1622: --Testing For PDF
1623: p_request_id := fnd_request.submit_request (application => 'PAY' ,program => 'PYGBPAEIGP' ,argument1 => P_EMPLOYER ,argument2 =>P_PAYROLL ,
1624: argument3 => p_period , argument4 =>'PYGBPAEIGP' ,
1625: argument5 => 'GB' ,
1626: argument6 => fnd_date.date_to_canonical(sysdate) ,argument7 => 'PYGBPAEIGP' ,argument8 => 'PAY'
1627: --Template Name