DBA Data[Home] [Help]

APPS.FLM_COPY_ROUTING dependencies on FND_GLOBAL

Line 109: X_created_by => fnd_global.user_id,

105: X_to_pk2_value => '',
106: X_to_pk3_value => '',
107: X_to_pk4_value => '',
108: X_to_pk5_value => '',
109: X_created_by => fnd_global.user_id,
110: X_last_update_login => '',
111: X_program_application_id=> '',
112: X_program_id => '',
113: X_request_id => ''

Line 752: ,x_last_updated_by =>fnd_global.user_id

748: ,x_sequence_num =>std_op_rec.sequence_num
749: ,x_organization_id =>std_op_rec.organization_id
750: ,x_department_id =>std_op_rec.department_id
751: ,x_last_update_date =>sysdate
752: ,x_last_updated_by =>fnd_global.user_id
753: ,x_creation_date =>sysdate
754: ,x_created_by =>fnd_global.user_id
755: ,x_last_update_login =>fnd_global.login_id
756: ,x_minimum_transfer_quantity =>std_op_rec.minimum_transfer_quantity

Line 754: ,x_created_by =>fnd_global.user_id

750: ,x_department_id =>std_op_rec.department_id
751: ,x_last_update_date =>sysdate
752: ,x_last_updated_by =>fnd_global.user_id
753: ,x_creation_date =>sysdate
754: ,x_created_by =>fnd_global.user_id
755: ,x_last_update_login =>fnd_global.login_id
756: ,x_minimum_transfer_quantity =>std_op_rec.minimum_transfer_quantity
757: ,x_count_point_type =>std_op_rec.count_point_type
758: ,x_operation_description =>std_op_rec.operation_description

Line 755: ,x_last_update_login =>fnd_global.login_id

751: ,x_last_update_date =>sysdate
752: ,x_last_updated_by =>fnd_global.user_id
753: ,x_creation_date =>sysdate
754: ,x_created_by =>fnd_global.user_id
755: ,x_last_update_login =>fnd_global.login_id
756: ,x_minimum_transfer_quantity =>std_op_rec.minimum_transfer_quantity
757: ,x_count_point_type =>std_op_rec.count_point_type
758: ,x_operation_description =>std_op_rec.operation_description
759: ,x_option_dependent_flag =>std_op_rec.option_dependent_flag

Line 791: ,x_last_updated_by =>fnd_global.user_id

787: ,x_standard_operation_id =>new_std_op_id
788: ,x_resource_id =>std_op_res_rec.resource_id
789: ,x_activity_id =>std_op_res_rec.activity_id
790: ,x_last_update_date =>sysdate
791: ,x_last_updated_by =>fnd_global.user_id
792: ,x_creation_date =>sysdate
793: ,x_created_by =>fnd_global.user_id
794: ,x_last_update_login =>fnd_global.login_id
795: ,x_resource_seq_num =>std_op_res_rec.resource_seq_num

Line 793: ,x_created_by =>fnd_global.user_id

789: ,x_activity_id =>std_op_res_rec.activity_id
790: ,x_last_update_date =>sysdate
791: ,x_last_updated_by =>fnd_global.user_id
792: ,x_creation_date =>sysdate
793: ,x_created_by =>fnd_global.user_id
794: ,x_last_update_login =>fnd_global.login_id
795: ,x_resource_seq_num =>std_op_res_rec.resource_seq_num
796: ,x_usage_rate_or_amount =>std_op_res_rec.usage_rate_or_amount
797: ,x_usage_rate_or_amount_inverse =>std_op_res_rec.usage_rate_or_amount_inverse

Line 794: ,x_last_update_login =>fnd_global.login_id

790: ,x_last_update_date =>sysdate
791: ,x_last_updated_by =>fnd_global.user_id
792: ,x_creation_date =>sysdate
793: ,x_created_by =>fnd_global.user_id
794: ,x_last_update_login =>fnd_global.login_id
795: ,x_resource_seq_num =>std_op_res_rec.resource_seq_num
796: ,x_usage_rate_or_amount =>std_op_res_rec.usage_rate_or_amount
797: ,x_usage_rate_or_amount_inverse =>std_op_res_rec.usage_rate_or_amount_inverse
798: ,x_basis_type =>std_op_res_rec.basis_type

Line 1160: ,X_Last_Updated_By =>fnd_global.user_id

1156: ,X_Assembly_Item_Id =>l_bom_rec.assembly_item_id
1157: ,X_Organization_Id =>l_bom_rec.organization_id
1158: ,X_Alternate_Bom_Designator =>p_alternate_code_to
1159: ,X_Last_Update_Date =>sysdate
1160: ,X_Last_Updated_By =>fnd_global.user_id
1161: ,X_Creation_Date =>sysdate
1162: ,X_Created_By =>fnd_global.user_id
1163: ,X_Last_Update_Login =>fnd_global.login_id
1164: ,X_Common_Assembly_Item_Id =>l_bom_rec.common_assembly_item_id

Line 1162: ,X_Created_By =>fnd_global.user_id

1158: ,X_Alternate_Bom_Designator =>p_alternate_code_to
1159: ,X_Last_Update_Date =>sysdate
1160: ,X_Last_Updated_By =>fnd_global.user_id
1161: ,X_Creation_Date =>sysdate
1162: ,X_Created_By =>fnd_global.user_id
1163: ,X_Last_Update_Login =>fnd_global.login_id
1164: ,X_Common_Assembly_Item_Id =>l_bom_rec.common_assembly_item_id
1165: ,X_Specific_Assembly_Comment =>l_bom_rec.Specific_Assembly_Comment
1166: ,X_Pending_From_Ecn =>l_bom_rec.Pending_From_Ecn

Line 1163: ,X_Last_Update_Login =>fnd_global.login_id

1159: ,X_Last_Update_Date =>sysdate
1160: ,X_Last_Updated_By =>fnd_global.user_id
1161: ,X_Creation_Date =>sysdate
1162: ,X_Created_By =>fnd_global.user_id
1163: ,X_Last_Update_Login =>fnd_global.login_id
1164: ,X_Common_Assembly_Item_Id =>l_bom_rec.common_assembly_item_id
1165: ,X_Specific_Assembly_Comment =>l_bom_rec.Specific_Assembly_Comment
1166: ,X_Pending_From_Ecn =>l_bom_rec.Pending_From_Ecn
1167: ,X_Attribute_Category =>l_bom_rec.attribute_category

Line 1195: ,user_id =>fnd_global.user_id

1191: ,from_sequence_id =>l_from_sequence_id
1192: ,from_org_id =>p_organization_id
1193: ,to_org_id =>p_organization_id
1194: ,display_option =>3 -- current+future
1195: ,user_id =>fnd_global.user_id
1196: ,to_item_id =>l_rtg_tbl(i).assembly_item_id
1197: ,direction =>1
1198: ,to_alternate =>p_alternate_code_to
1199: ,rev_date =>sysdate