DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on STANDARD

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

764: end if;
765: --
766: rollback to db2tts;
767: --
768: -- Set up messages to Oracle Applications API standards as these
769: -- are handled "for free" using checkErrors.
770: --
771: p_return_status := fnd_api.G_RET_STS_UNEXP_ERROR;
772: fnd_msg_pub.initialize;

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

2865: --
2866: if not l_current then
2867: pay_ppmv4_utils_ss.seterrorstage(l_proc, 'EXIT:SUCCESS', 20);
2868: --
2869: -- Set up messages to Oracle Applications API standards as these
2870: -- are handled "for free" using checkErrors.
2871: --
2872: p_return_status := fnd_api.G_RET_STS_SUCCESS;
2873: fnd_msg_pub.count_and_get

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

2962: (p_ppm => l_saved_ppm
2963: );
2964: pay_ppmv4_utils_ss.seterrorstage(l_proc, 'EXIT:SUCCESS', 50);
2965: --
2966: -- Set up messages to Oracle Applications API standards as these
2967: -- are handled "for free" using checkErrors().
2968: --
2969: p_return_status := fnd_api.G_RET_STS_SUCCESS;
2970: fnd_msg_pub.count_and_get

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

3172: --
3173: p_transaction_step_id := l_saved_ppm.transaction_step_id;
3174: end if;
3175: --
3176: -- Set up messages to Oracle Applications API standards as these
3177: -- are handled "for free" using checkErrors().
3178: --
3179: p_return_status := l_return_status;
3180: fnd_msg_pub.count_and_get

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

3191: exception
3192: when others then
3193: pay_ppmv4_utils_ss.seterrorstage(l_proc, 'EXIT:FAIL', 130);
3194: --
3195: -- Set up messages to Oracle Applications API standards as these
3196: -- are handled "for free" using checkErrors().
3197: --
3198: p_return_status := fnd_api.G_RET_STS_UNEXP_ERROR;
3199: fnd_msg_pub.add_exc_msg

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

3371: (p_transaction_id => l_transaction_id
3372: );
3373: end if;
3374: --
3375: -- Set up messages to Oracle Applications API standards as these
3376: -- are handled "for free" using checkErrors().
3377: --
3378: p_return_status := fnd_api.G_RET_STS_SUCCESS;
3379: fnd_msg_pub.count_and_get

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

3385: exception
3386: when others then
3387: pay_ppmv4_utils_ss.seterrorstage(l_proc, 'EXIT:FAIL:2', 50);
3388: --
3389: -- Set up messages to Oracle Applications API standards as these
3390: -- are handled "for free" using checkErrors().
3391: --
3392: fnd_message.set_name('PAY', 'PAY_51518_PSS_ASSERT_ERROR');
3393: fnd_message.set_token('WHERE', l_proc);