DBA Data[Home] [Help]

APPS.AMW_PROC_ORG_APPROVAL_PKG dependencies on STANDARD

Line 954: 4. the process is non-standard, and the standard variation does not have an approved revision.

950: Produce error if:
951: 1. approval option says "Don't approve this unless everything below is approved". There's at least one process below that is NOT approved.
952: 2. there's at least one risk associated (to this process / any process in the downward hierarchy, depending on the approval option) that does not have an approved revision.
953: 3. there's at least one control associated (to this process / any process in the downward hierarchy, depending on the approval option) that does not have an approved revision.
954: 4. the process is non-standard, and the standard variation does not have an approved revision.
955: 5. the process is non-standard and the list of children in the latest hierarchy is not the same as the list of children recorded in the variations table.
956: */
957: procedure check_approval_subm_eligib(
958: p_process_id in number,

Line 955: 5. the process is non-standard and the list of children in the latest hierarchy is not the same as the list of children recorded in the variations table.

951: 1. approval option says "Don't approve this unless everything below is approved". There's at least one process below that is NOT approved.
952: 2. there's at least one risk associated (to this process / any process in the downward hierarchy, depending on the approval option) that does not have an approved revision.
953: 3. there's at least one control associated (to this process / any process in the downward hierarchy, depending on the approval option) that does not have an approved revision.
954: 4. the process is non-standard, and the standard variation does not have an approved revision.
955: 5. the process is non-standard and the list of children in the latest hierarchy is not the same as the list of children recorded in the variations table.
956: */
957: procedure check_approval_subm_eligib(
958: p_process_id in number,
959: p_org_id in number,