DBA Data[Home] [Help]

APPS.PO_ASL_API_PUB dependencies on PO_ASL_API_GRP

Line 505: --call the po_asl_api_grp.process for the next steps.

501: );
502:
503: l_progress := 70;
504:
505: --call the po_asl_api_grp.process for the next steps.
506: po_asl_api_grp.process(
507: p_session_key => g_session_key,
508: x_return_status => x_return_status,
509: x_return_msg => x_return_msg

Line 506: po_asl_api_grp.process(

502:
503: l_progress := 70;
504:
505: --call the po_asl_api_grp.process for the next steps.
506: po_asl_api_grp.process(
507: p_session_key => g_session_key,
508: x_return_status => x_return_status,
509: x_return_msg => x_return_msg
510: );