DBA Data[Home] [Help]

APPS.GL_TRANSACTION_CODE_PKG dependencies on GL_USSGL_ACCOUNT_PAIRS

Line 40: FROM GL_USSGL_ACCOUNT_PAIRS GLAP

36: X_flag number:= 0;
37:
38: BEGIN
39: SELECT 1 INTO X_flag
40: FROM GL_USSGL_ACCOUNT_PAIRS GLAP
41: WHERE ((X_rowid is NULL) OR (X_rowid <> GLAP.rowid))
42: AND GLAP.CHART_OF_ACCOUNTS_ID = X_chart_of_accounts_id
43: AND GLAP.USSGL_TRANSACTION_CODE = X_ussgl_transaction_code
44: AND GLAP.DR_ACCOUNT_SEGMENT_VALUE = X_DR_ACCOUNT_SEGMENT_VALUE