DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PATC

Line 3881: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;

3877: , p_sys_link_function => EiRec.system_linkage_function
3878: , p_person_type => EiRec.person_type ); -- Fix for bug : 3681318
3879:
3880: /* Start of Bug 2648550 */
3881: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;
3882: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;
3883: l_tp_amt_type_code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;
3884: /* End of Bug 2648550 */
3885:

Line 3882: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;

3878: , p_person_type => EiRec.person_type ); -- Fix for bug : 3681318
3879:
3880: /* Start of Bug 2648550 */
3881: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;
3882: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;
3883: l_tp_amt_type_code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;
3884: /* End of Bug 2648550 */
3885:
3886: IF ( temp_outcome IS NOT NULL AND ( temp_msg_type = 'E' ) ) THEN /* Added msg_type check for Bug 4906816 */

Line 3883: l_tp_amt_type_code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;

3879:
3880: /* Start of Bug 2648550 */
3881: l_assignment_id := PATC.G_OVERIDE_ASSIGNMENT_ID;
3882: l_work_type_id := PATC.G_OVERIDE_WORK_TYPE_ID;
3883: l_tp_amt_type_code := PATC.G_OVERIDE_TP_AMT_TYPE_CODE;
3884: /* End of Bug 2648550 */
3885:
3886: IF ( temp_outcome IS NOT NULL AND ( temp_msg_type = 'E' ) ) THEN /* Added msg_type check for Bug 4906816 */
3887: /*Changes for 7371988 Starts here*/