DBA Data[Home] [Help]

APPS.PO_ASL_API_PVT dependencies on PO_ASL_API_ERRORS

Line 1505: -- bulk insert into po_asl_api_errors with the rejection_reason, user_key

1501: --Name: reject_asl_record
1502:
1503: --Function:
1504: -- Reject the record by mariking the column 'PROCESS_STATUS' to 'REJECT'.
1505: -- bulk insert into po_asl_api_errors with the rejection_reason, user_key
1506: -- and session_key
1507:
1508: --Parameters:
1509:

Line 1549: --Dump all the errors into po_asl_api_errors

1545:
1546: PO_ASL_API_PVT.Log('reject_asl_record update rowcount:' || SQL%ROWCOUNT);
1547: l_progress := 50;
1548:
1549: --Dump all the errors into po_asl_api_errors
1550: FORALL l_index IN 1 .. p_user_key_tbl.Count
1551: INSERT INTO po_asl_api_errors (
1552: user_key ,
1553: session_key ,

Line 1551: INSERT INTO po_asl_api_errors (

1547: l_progress := 50;
1548:
1549: --Dump all the errors into po_asl_api_errors
1550: FORALL l_index IN 1 .. p_user_key_tbl.Count
1551: INSERT INTO po_asl_api_errors (
1552: user_key ,
1553: session_key ,
1554: entity_name ,
1555: rejection_reason