DBA Data[Home] [Help]

APPS.OZF_CLAIM_LINE_PVT dependencies on AMS_COLUMN_RULES

Line 35: -- 07/02/2001 mchang Incorporated with AMS_COLUMN_RULES to look up history

31: -- 3. Return FND_API.g_false: Compare is not the same;
32: --
33: -- HISTORY
34: -- 02/01/2001 mchang Created.
35: -- 07/02/2001 mchang Incorporated with AMS_COLUMN_RULES to look up history
36: -- rule setting by user.
37: -- 07/26/2001 mchang Add Tax_Code as a comparing column.
38: ---------------------------------------------------------------------
39: FUNCTION Compare_Line_Items(

Line 49: FROM ams_column_rules

45: IS
46: CURSOR csr_user_hist_cols(cv_object_attribute IN VARCHAR2) IS
47: SELECT db_column_name
48: --, ak_attribute_code
49: FROM ams_column_rules
50: WHERE db_table_name = 'OZF_CLAIM_LINES_ALL'
51: AND rule_type = 'HISTORY'
52: AND object_type = 'CLAM'
53: AND object_attribute = cv_object_attribute;