DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on FA_GCCID_PKG

Line 1839: FA_GCCID_PKG.fafbgcc_proc

1835: ELSE
1836: l_account_ccid := null;
1837: END IF;
1838:
1839: FA_GCCID_PKG.fafbgcc_proc
1840: (X_book_type_code => X_book_type_code,
1841: X_fn_trx_code => X_account_type,
1842: X_dist_ccid => l_distribution_ccid,
1843: X_acct_segval => l_account_value,

Line 1879: FA_GCCID_PKG.global_concat_segs :=

1875: delim := FND_FLEX_EXT.get_delimiter(
1876: application_short_name => 'SQLGL',
1877: key_flex_code => 'GL#',
1878: structure_number => l_flex_num);
1879: FA_GCCID_PKG.global_concat_segs :=
1880: FND_FLEX_EXT.concatenate_segments(
1881: n_segments => n_segs,
1882: segments => all_segments,
1883: delimiter => delim);