DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on STANDARD

Line 966: REM The if condition will include Manual AR or Standard event.

962: REM -----------------------------------------------------------------------
963: REM 6. 07-Apr-2011 Xiao for bug#
964: REM -----------------------------------------------------------------------
965: REM Comments: Add nvl(ln_external_flag, 0) = 0 for bug#11936390.
966: REM The if condition will include Manual AR or Standard event.
967: REM -----------------------------------------------------------------------
968: REM+======================================================================+
969: */
970: PROCEDURE ARU_T4 ( pr_old t_rec%type , pr_new t_rec%type , pv_action varchar2 , pv_return_code out nocopy varchar2 , pv_return_message out nocopy varchar2 ) IS

Line 2417: FND_GLOBAL.USER_ID , -- added standard who columns by brahtod for bug# 4558072

2413: pr_new.SOLD_TO_CUSTOMER_ID,
2414: pr_new.BATCH_SOURCE_ID,
2415: pr_new.BILL_TO_CUSTOMER_ID ,-- ADDED BY SRIRAM - 13-MAY-2002
2416: pr_new.BILL_TO_SITE_USE_ID,
2417: FND_GLOBAL.USER_ID , -- added standard who columns by brahtod for bug# 4558072
2418: SYSDATE ,
2419: FND_GLOBAL.USER_ID ,
2420: SYSDATE);
2421: END IF;