DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PUB dependencies on FND_LOOKUP_VALUES

Line 614: Problem_Code FND_LOOKUP_VALUES.meaning%TYPE ,

610: SR_Group jtf_rs_groups_tl.group_name%TYPE ,
611: SR_Owner_id cs_incidents_all_b.incident_owner_id%TYPE ,
612: SR_owner jtf_rs_resource_extns_tl.resource_name%TYPE ,
613: Problem_Code_id cs_incidents_all_b.problem_code%TYPE ,
614: Problem_Code FND_LOOKUP_VALUES.meaning%TYPE ,
615: Resolution_Code_id cs_incidents_all_b.resolution_code%TYPE ,
616: Resolution_Code FND_LOOKUP_VALUES.meaning%TYPE ,
617: Publish_Flag cs_incidents_all_b.publish_flag%TYPE ,
618: SR_Creation_Channel FND_LOOKUP_VALUES.meaning%TYPE ,

Line 616: Resolution_Code FND_LOOKUP_VALUES.meaning%TYPE ,

612: SR_owner jtf_rs_resource_extns_tl.resource_name%TYPE ,
613: Problem_Code_id cs_incidents_all_b.problem_code%TYPE ,
614: Problem_Code FND_LOOKUP_VALUES.meaning%TYPE ,
615: Resolution_Code_id cs_incidents_all_b.resolution_code%TYPE ,
616: Resolution_Code FND_LOOKUP_VALUES.meaning%TYPE ,
617: Publish_Flag cs_incidents_all_b.publish_flag%TYPE ,
618: SR_Creation_Channel FND_LOOKUP_VALUES.meaning%TYPE ,
619: Summary cs_incidents_all_tl.summary%TYPE ,
620: Resolution_Summary cs_incidents_all_tl.resolution_summary%TYPE ,

Line 618: SR_Creation_Channel FND_LOOKUP_VALUES.meaning%TYPE ,

614: Problem_Code FND_LOOKUP_VALUES.meaning%TYPE ,
615: Resolution_Code_id cs_incidents_all_b.resolution_code%TYPE ,
616: Resolution_Code FND_LOOKUP_VALUES.meaning%TYPE ,
617: Publish_Flag cs_incidents_all_b.publish_flag%TYPE ,
618: SR_Creation_Channel FND_LOOKUP_VALUES.meaning%TYPE ,
619: Summary cs_incidents_all_tl.summary%TYPE ,
620: Resolution_Summary cs_incidents_all_tl.resolution_summary%TYPE ,
621: Created_By fnd_user.user_name%TYPE ,
622: Contact_Party_id cs_hz_sr_contact_points.party_id%TYPE ,

Line 623: Contact_Type FND_LOOKUP_VALUES.meaning%TYPE ,

619: Summary cs_incidents_all_tl.summary%TYPE ,
620: Resolution_Summary cs_incidents_all_tl.resolution_summary%TYPE ,
621: Created_By fnd_user.user_name%TYPE ,
622: Contact_Party_id cs_hz_sr_contact_points.party_id%TYPE ,
623: Contact_Type FND_LOOKUP_VALUES.meaning%TYPE ,
624: --special case
625: Contact_Name hz_parties.party_name%TYPE ,
626: Time_Zone_Id cs_incidents_all_b.time_zone_id%TYPE ,
627: Time_Zone_Name hz_timezones.global_timezone_name%TYPE ,

Line 657: Customer_Type FND_LOOKUP_VALUES.meaning%TYPE ,

653: Customer_Email hz_parties.email_address%TYPE ,
654: Contract_Number okc_k_headers_all_b.contract_number%TYPE ,
655: Contract_Service_Description mtl_system_items_b.description%TYPE ,
656: Contract_Coverage_Description okc_k_lines_tl.item_description%TYPE ,
657: Customer_Type FND_LOOKUP_VALUES.meaning%TYPE ,
658: Contact_Phone_Number per_phones.phone_number%TYPE ,
659: Contact_Email per_all_people_f.email_address%TYPE ,
660: Item_Category mtl_categories_b_kfv.concatenated_segments%TYPE ,
661: Instance_Number csi_item_instances.instance_number%TYPE ,