DBA Data[Home] [Help]

APPS.WIP_COMMON_WF_PKG dependencies on ICX_SEC

Line 341: l_url := icx_sec.jumpIntoFunction(

337: itemkey => itemkey,
338: aname => 'ORG_ID');
339:
340: if l_org_id is not NULL then
341: l_url := icx_sec.jumpIntoFunction(
342: p_application_id => 178,
343: p_function_code => 'ICX_OPEN_PO',
344: p_parameter1 => to_char(l_po_distribution_id),
345: p_parameter2 => to_char(l_wip_entity_id),

Line 351: l_url := icx_sec.jumpIntoFunction(

347: p_parameter4 => to_char(l_organization_id),
348: p_parameter5 => to_char(l_rep_schedule_id),
349: p_parameter11 => to_char(l_org_id) );
350: else
351: l_url := icx_sec.jumpIntoFunction(
352: p_application_id => 178,
353: p_function_code => 'ICX_OPEN_PO',
354: p_parameter1 => to_char(l_po_distribution_id),
355: p_parameter2 => to_char(l_wip_entity_id),