DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on CN_COLLECTION_CUSTOM_GEN

Line 766: -- driven) source, different code, generated by the cn_collection_custom_gen

762:
763:
764: -- Call_Notify generates different fixed notification code for
765: -- either the AR or OC mappings. For a completely generic (data-
766: -- driven) source, different code, generated by the cn_collection_custom_gen
767: -- package, is used.
768: IF NOT x_generic THEN
769:
770: -- Insert any User Code specified for the 'Pre-Notification' location

Line 773: cn_collection_custom_gen.Generate_User_Code(

769:
770: -- Insert any User Code specified for the 'Pre-Notification' location
771: cn_utils.unset_org_id();
772:
773: cn_collection_custom_gen.Generate_User_Code(
774: p_table_map_id => x_table_map_id,
775: p_location_name => 'Pre-Notification',
776: code => body_code,
777: X_ORG_ID => X_ORG_ID);

Line 787: cn_collection_custom_gen.insert_cn_not_trx (

783: END IF;
784:
785: ELSE
786: cn_utils.unset_org_id();
787: cn_collection_custom_gen.insert_cn_not_trx (
788: x_table_map_id => x_table_map_id,
789: x_event_id => x_event_id,
790: code => body_code,
791: X_ORG_ID => X_ORG_ID);

Line 797: cn_collection_custom_gen.Generate_User_Code(

793:
794:
795: -- Insert any User Code specified for the 'Post-Notification' location
796: cn_utils.unset_org_id();
797: cn_collection_custom_gen.Generate_User_Code(
798: p_table_map_id => x_table_map_id,
799: p_location_name => 'Post-Notification',
800: code => body_code,
801: X_ORG_ID => X_ORG_ID);

Line 887: cn_collection_custom_gen.insert_comm_lines_api (x_table_map_id, x_event_id, code,X_org_id);

883:
884: -- This is a package whose contents are comletely data-driven
885: -- Generate code to insert into API table for collection.
886:
887: cn_collection_custom_gen.insert_comm_lines_api (x_table_map_id, x_event_id, code,X_org_id);
888: ELSE
889:
890: -- This is for Order Capture.
891: -- Generate code to insert into API table for OE collection.

Line 899: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,

895: END IF;
896:
897: -- Insert any User Code specified for the 'Pre-Api-Update' location
898:
899: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,
900: p_location_name => 'Pre-Api-Update',
901: code => code,
902: X_ORG_ID => X_ORG_ID);
903:

Line 905: --dbms_output.put_line('B4 cn_collection_custom_gen.update_comm_lines_api');

901: code => code,
902: X_ORG_ID => X_ORG_ID);
903:
904: -- Generate code to apply Indirect Mappings to cn_comm_lines_api
905: --dbms_output.put_line('B4 cn_collection_custom_gen.update_comm_lines_api');
906: --COMMIT;
907: cn_collection_custom_gen.update_comm_lines_api (x_table_map_id, code,X_org_id);
908: --dbms_output.put_line('After cn_collection_custom_gen.update_comm_lines_api');
909: --+

Line 907: cn_collection_custom_gen.update_comm_lines_api (x_table_map_id, code,X_org_id);

903:
904: -- Generate code to apply Indirect Mappings to cn_comm_lines_api
905: --dbms_output.put_line('B4 cn_collection_custom_gen.update_comm_lines_api');
906: --COMMIT;
907: cn_collection_custom_gen.update_comm_lines_api (x_table_map_id, code,X_org_id);
908: --dbms_output.put_line('After cn_collection_custom_gen.update_comm_lines_api');
909: --+
910: -- Insert any User Code specified for the 'Pre-Api-Filter' location
911: --+

Line 908: --dbms_output.put_line('After cn_collection_custom_gen.update_comm_lines_api');

904: -- Generate code to apply Indirect Mappings to cn_comm_lines_api
905: --dbms_output.put_line('B4 cn_collection_custom_gen.update_comm_lines_api');
906: --COMMIT;
907: cn_collection_custom_gen.update_comm_lines_api (x_table_map_id, code,X_org_id);
908: --dbms_output.put_line('After cn_collection_custom_gen.update_comm_lines_api');
909: --+
910: -- Insert any User Code specified for the 'Pre-Api-Filter' location
911: --+
912:

Line 913: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,

909: --+
910: -- Insert any User Code specified for the 'Pre-Api-Filter' location
911: --+
912:
913: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,
914: p_location_name => 'Pre-Api-Filter',
915: code => code,
916: X_ORG_ID => X_ORG_ID);
917: --+

Line 921: cn_collection_custom_gen.filter_comm_lines_api (x_table_map_id, code,X_org_id);

917: --+
918: -- Generate code to apply Filters to cn_comm_lines_api
919: --+
920:
921: cn_collection_custom_gen.filter_comm_lines_api (x_table_map_id, code,X_org_id);
922:
923: --+
924: -- Insert any User Code specified for the 'Post-Api-Filter' location
925: --+

Line 926: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,

922:
923: --+
924: -- Insert any User Code specified for the 'Post-Api-Filter' location
925: --+
926: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,
927: p_location_name => 'Post-Api-Filter',
928: code => code,
929: X_ORG_ID => X_ORG_ID);
930:

Line 1008: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,

1004: cn_collection_ar_gen.insert_comm_lines (x_procedure_name, x_module_id, x_event_id, code,X_org_id);
1005: --+
1006: -- Insert any User Code specified for the 'Pre-Api-Update' location
1007: --+
1008: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,
1009: p_location_name => 'Pre-Api-Update',
1010: code => code,
1011: X_ORG_ID => X_ORG_ID);
1012: --+

Line 1015: cn_collection_custom_gen.update_comm_lines_api (x_table_map_id, code,X_org_id);

1011: X_ORG_ID => X_ORG_ID);
1012: --+
1013: -- Generate code to apply Indirect Mappings to cn_comm_lines_api
1014: --+
1015: cn_collection_custom_gen.update_comm_lines_api (x_table_map_id, code,X_org_id);
1016: --+
1017: -- Insert any User Code specified for the 'Pre-Api-Filter' location
1018: --+
1019: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,

Line 1019: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,

1015: cn_collection_custom_gen.update_comm_lines_api (x_table_map_id, code,X_org_id);
1016: --+
1017: -- Insert any User Code specified for the 'Pre-Api-Filter' location
1018: --+
1019: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,
1020: p_location_name => 'Pre-Api-Filter',
1021: code => code,
1022: X_ORG_ID => X_ORG_ID);
1023: --+

Line 1026: cn_collection_custom_gen.filter_comm_lines_api (x_table_map_id, code,X_org_id);

1022: X_ORG_ID => X_ORG_ID);
1023: --+
1024: -- Generate code to apply Filters to cn_comm_lines_api
1025: --+
1026: cn_collection_custom_gen.filter_comm_lines_api (x_table_map_id, code,X_org_id);
1027: --+
1028: -- Insert any User Code specified for the 'Post-Api-Filter' location
1029: --+
1030: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,

Line 1030: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,

1026: cn_collection_custom_gen.filter_comm_lines_api (x_table_map_id, code,X_org_id);
1027: --+
1028: -- Insert any User Code specified for the 'Post-Api-Filter' location
1029: --+
1030: cn_collection_custom_gen.Generate_User_Code(p_table_map_id => x_table_map_id,
1031: p_location_name => 'Post-Api-Filter',
1032: code => code,
1033: X_ORG_ID => X_ORG_ID);
1034:

Line 1098: cn_collection_custom_gen.Generate_User_Code(

1094: cn_utils.unset_org_id();
1095: --+
1096: -- Insert any User Code specified for the 'Post-Collection' location
1097: --+
1098: cn_collection_custom_gen.Generate_User_Code(
1099: p_table_map_id => x_table_map_id,
1100: p_location_name => 'Post-Collection',
1101: code => code,
1102: X_ORG_ID => X_ORG_ID);