DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on POR_UTIL_PKG

Line 6035: l_open_req_url := por_util_pkg.jumpIntoFunction(

6031: END IF;
6032:
6033: -- Build the links.
6034:
6035: l_open_req_url := por_util_pkg.jumpIntoFunction(
6036: p_application_id => 178,
6037: p_function_code => 'POR_OPEN_REQ',
6038: p_parameter1 => to_char(p_req_header_id),
6039: p_parameter11 => to_char(l_org_id) );

Line 6041: l_update_req_url := por_util_pkg.jumpIntoFunction(

6037: p_function_code => 'POR_OPEN_REQ',
6038: p_parameter1 => to_char(p_req_header_id),
6039: p_parameter11 => to_char(l_org_id) );
6040:
6041: l_update_req_url := por_util_pkg.jumpIntoFunction(
6042: p_application_id=> 178,
6043: p_function_code => 'POR_UPDATE_REQ',
6044: p_parameter1 => to_char(p_req_header_id),
6045: p_parameter11 => to_char(l_org_id) );

Line 6047: l_resubmit_req_url := por_util_pkg.jumpIntoFunction(

6043: p_function_code => 'POR_UPDATE_REQ',
6044: p_parameter1 => to_char(p_req_header_id),
6045: p_parameter11 => to_char(l_org_id) );
6046:
6047: l_resubmit_req_url := por_util_pkg.jumpIntoFunction(
6048: p_application_id=> 178,
6049: p_function_code => 'POR_RESUBMIT_URL',
6050: p_parameter1 => to_char(p_req_header_id),
6051: p_parameter11 => to_char(l_org_id) );