DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on STANDARD

Line 699: -- Set up messages to Oracle Applications API standards as these

695: end if;
696: --
697: rollback to db2tts;
698: --
699: -- Set up messages to Oracle Applications API standards as these
700: -- are handled "for free" using checkErrors.
701: --
702: p_return_status := fnd_api.G_RET_STS_UNEXP_ERROR;
703: fnd_msg_pub.initialize;

Line 2707: -- Set up messages to Oracle Applications API standards as these

2703: --
2704: if not l_current then
2705: pay_ppmv4_utils_ss.seterrorstage(l_proc, 'EXIT:SUCCESS', 20);
2706: --
2707: -- Set up messages to Oracle Applications API standards as these
2708: -- are handled "for free" using checkErrors.
2709: --
2710: p_return_status := fnd_api.G_RET_STS_SUCCESS;
2711: fnd_msg_pub.count_and_get

Line 2772: -- Set up messages to Oracle Applications API standards as these

2768: (p_ppm => l_saved_ppm
2769: );
2770: pay_ppmv4_utils_ss.seterrorstage(l_proc, 'EXIT:SUCCESS', 50);
2771: --
2772: -- Set up messages to Oracle Applications API standards as these
2773: -- are handled "for free" using checkErrors().
2774: --
2775: p_return_status := fnd_api.G_RET_STS_SUCCESS;
2776: fnd_msg_pub.count_and_get

Line 2951: -- Set up messages to Oracle Applications API standards as these

2947: --
2948: p_transaction_step_id := l_saved_ppm.transaction_step_id;
2949: end if;
2950: --
2951: -- Set up messages to Oracle Applications API standards as these
2952: -- are handled "for free" using checkErrors().
2953: --
2954: p_return_status := l_return_status;
2955: fnd_msg_pub.count_and_get

Line 2970: -- Set up messages to Oracle Applications API standards as these

2966: exception
2967: when others then
2968: pay_ppmv4_utils_ss.seterrorstage(l_proc, 'EXIT:FAIL', 130);
2969: --
2970: -- Set up messages to Oracle Applications API standards as these
2971: -- are handled "for free" using checkErrors().
2972: --
2973: p_return_status := fnd_api.G_RET_STS_UNEXP_ERROR;
2974: fnd_msg_pub.add_exc_msg

Line 3117: -- Set up messages to Oracle Applications API standards as these

3113: (p_transaction_id => l_transaction_id
3114: );
3115: end if;
3116: --
3117: -- Set up messages to Oracle Applications API standards as these
3118: -- are handled "for free" using checkErrors().
3119: --
3120: p_return_status := fnd_api.G_RET_STS_SUCCESS;
3121: fnd_msg_pub.count_and_get

Line 3131: -- Set up messages to Oracle Applications API standards as these

3127: exception
3128: when others then
3129: pay_ppmv4_utils_ss.seterrorstage(l_proc, 'EXIT:FAIL:2', 50);
3130: --
3131: -- Set up messages to Oracle Applications API standards as these
3132: -- are handled "for free" using checkErrors().
3133: --
3134: fnd_message.set_name('PAY', 'PAY_51518_PSS_ASSERT_ERROR');
3135: fnd_message.set_token('WHERE', l_proc);