DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on POR_UTIL_PKG

Line 6462: l_open_req_url := por_util_pkg.jumpIntoFunction(

6458: END IF;
6459:
6460: -- Build the links.
6461:
6462: l_open_req_url := por_util_pkg.jumpIntoFunction(
6463: p_application_id => 178,
6464: p_function_code => 'POR_OPEN_REQ',
6465: p_parameter1 => to_char(p_req_header_id),
6466: p_parameter11 => to_char(l_org_id) );

Line 6468: l_update_req_url := por_util_pkg.jumpIntoFunction(

6464: p_function_code => 'POR_OPEN_REQ',
6465: p_parameter1 => to_char(p_req_header_id),
6466: p_parameter11 => to_char(l_org_id) );
6467:
6468: l_update_req_url := por_util_pkg.jumpIntoFunction(
6469: p_application_id=> 178,
6470: p_function_code => 'POR_UPDATE_REQ',
6471: p_parameter1 => to_char(p_req_header_id),
6472: p_parameter11 => to_char(l_org_id) );

Line 6474: l_resubmit_req_url := por_util_pkg.jumpIntoFunction(

6470: p_function_code => 'POR_UPDATE_REQ',
6471: p_parameter1 => to_char(p_req_header_id),
6472: p_parameter11 => to_char(l_org_id) );
6473:
6474: l_resubmit_req_url := por_util_pkg.jumpIntoFunction(
6475: p_application_id=> 178,
6476: p_function_code => 'POR_RESUBMIT_URL',
6477: p_parameter1 => to_char(p_req_header_id),
6478: p_parameter11 => to_char(l_org_id) );