DBA Data[Home] [Help]

APPS.GMP_PLNG_DTL_REPORT_PKG dependencies on FND_REQUEST

Line 1844: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','GMPPDROP','', '',FALSE,

1840: END;
1841:
1842: gmp_debug_message(' ps_generate_output called with p_pdr_type '||p_pdr_type);
1843:
1844: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','GMPPDROP','', '',FALSE,
1845: p_sequence_num,chr(0),'','','','','','','','','','','',
1846: '','','','','','','','','','','','','','','',
1847: '','','','','','','','','','',
1848: '','','','','','','','','','',

Line 1888: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */

1884: -- FND_FILE.PUT_LINE ( FND_FILE.LOG, 'p_pdr_type = '||to_char(p_pdr_type));
1885:
1886: IF p_pdr_type = 1 THEN
1887:
1888: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1889: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1890: l_conc_id,554,G_comb_pdr_temp,
1891: G_comb_pdr_locale,'Y','RTF',l_def_output_type,scale_report,'','','','','',
1892: '','','','','','','','','','','','','','','',

Line 1889: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',

1885:
1886: IF p_pdr_type = 1 THEN
1887:
1888: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1889: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1890: l_conc_id,554,G_comb_pdr_temp,
1891: G_comb_pdr_locale,'Y','RTF',l_def_output_type,scale_report,'','','','','',
1892: '','','','','','','','','','','','','','','',
1893: '','','','','','','','','','',

Line 1904: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */

1900: gmp_debug_message( 'Submitted combined PDR with request id '||to_char(l_req_id));
1901:
1902: ELSIF p_pdr_type = 2 THEN
1903:
1904: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1905: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1906: l_conc_id,554,G_horiz_pdr_temp,
1907: G_horiz_pdr_locale,'Y','RTF',l_def_output_type,scale_report,'','','','','',
1908: '','','','','','','','','','','','','','','',

Line 1905: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',

1901:
1902: ELSIF p_pdr_type = 2 THEN
1903:
1904: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1905: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1906: l_conc_id,554,G_horiz_pdr_temp,
1907: G_horiz_pdr_locale,'Y','RTF',l_def_output_type,scale_report,'','','','','',
1908: '','','','','','','','','','','','','','','',
1909: '','','','','','','','','','',

Line 1921: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */

1917: gmp_debug_message( 'Submitted Horizontal PDR with request id '||to_char(l_req_id));
1918:
1919: ELSIF p_pdr_type = 3 THEN
1920:
1921: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1922: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1923: l_conc_id,554,G_vert_pdr_temp,
1924: G_vert_pdr_locale,'Y','RTF',l_def_output_type,scale_report,'','','','','',
1925: '','','','','','','','','','','','','','','',

Line 1922: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',

1918:
1919: ELSIF p_pdr_type = 3 THEN
1920:
1921: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1922: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1923: l_conc_id,554,G_vert_pdr_temp,
1924: G_vert_pdr_locale,'Y','RTF',l_def_output_type,scale_report,'','','','','',
1925: '','','','','','','','','','','','','','','',
1926: '','','','','','','','','','',

Line 1938: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */

1934: gmp_debug_message('Submitted Vertical PDR with request id '||to_char(l_req_id));
1935:
1936: ELSIF p_pdr_type = 4 THEN
1937:
1938: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1939: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1940: l_conc_id,554,G_excep_pdr_temp,
1941: G_excep_pdr_locale,'N','RTF',l_def_output_type,scale_report,'','','','','',
1942: '','','','','','','','','','','','','','','',

Line 1939: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',

1935:
1936: ELSIF p_pdr_type = 4 THEN
1937:
1938: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1939: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1940: l_conc_id,554,G_excep_pdr_temp,
1941: G_excep_pdr_locale,'N','RTF',l_def_output_type,scale_report,'','','','','',
1942: '','','','','','','','','','','','','','','',
1943: '','','','','','','','','','',

Line 1955: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */

1951: gmp_debug_message( 'Submitted Exception PDR with request id '||to_char(l_req_id));
1952:
1953: ELSIF p_pdr_type = 5 THEN
1954:
1955: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1956: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1957: l_conc_id,554,G_act_pdr_temp,
1958: G_act_pdr_locale,'N','RTF',l_def_output_type,scale_report,'','','','','',
1959: '','','','','','','','','','','','','','','',

Line 1956: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',

1952:
1953: ELSIF p_pdr_type = 5 THEN
1954:
1955: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1956: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1957: l_conc_id,554,G_act_pdr_temp,
1958: G_act_pdr_locale,'N','RTF',l_def_output_type,scale_report,'','','','','',
1959: '','','','','','','','','','','','','','','',
1960: '','','','','','','','','','',