DBA Data[Home] [Help]

APPS.ARP_TRX_COMPLETE_CHK dependencies on FND_FLEX_KEYVAL

Line 2100: ( NOT fnd_flex_keyval.validate_ccid ( appl_short_name => 'SQLGL',

2096: END IF;
2097: IF (
2098: -- If the GL Account is excluded using a Security Rule
2099: -- 3567612 : pass ARP_GLOBAL.chart_of_accounts_id instead of 101
2100: ( NOT fnd_flex_keyval.validate_ccid ( appl_short_name => 'SQLGL',
2101: key_flex_code => 'GL#',
2102: structure_number => ARP_GLOBAL.chart_of_accounts_id,
2103: combination_id => l_gl_account_ccid,
2104: security => 'ENFORCE'

Line 2109: (fnd_flex_keyval.start_date > l_dist_gl_date)

2105: )
2106: )
2107: OR
2108: -- If the GL Account is End Dated
2109: (fnd_flex_keyval.start_date > l_dist_gl_date)
2110: OR
2111: (fnd_flex_keyval.end_date < l_dist_gl_date)
2112: /*3679531*/
2113: OR (fnd_flex_keyval.enabled_flag=FALSE)

Line 2111: (fnd_flex_keyval.end_date < l_dist_gl_date)

2107: OR
2108: -- If the GL Account is End Dated
2109: (fnd_flex_keyval.start_date > l_dist_gl_date)
2110: OR
2111: (fnd_flex_keyval.end_date < l_dist_gl_date)
2112: /*3679531*/
2113: OR (fnd_flex_keyval.enabled_flag=FALSE)
2114: )
2115: THEN

Line 2113: OR (fnd_flex_keyval.enabled_flag=FALSE)

2109: (fnd_flex_keyval.start_date > l_dist_gl_date)
2110: OR
2111: (fnd_flex_keyval.end_date < l_dist_gl_date)
2112: /*3679531*/
2113: OR (fnd_flex_keyval.enabled_flag=FALSE)
2114: )
2115: THEN
2116:
2117: IF PG_DEBUG in ('Y', 'C') THEN